Fixed #2863 - InputNumber: invalid 'placeholder' prop type (TS only)

pull/2867/head
Tuğçe Küçükoğlu 2022-08-18 08:52:30 +03:00
parent d1e7648da5
commit d4329dc76f
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ export interface InputNumberProps {
/**
* Placeholder text for the input.
*/
placeholder?: boolean | undefined;
placeholder?: string | undefined;
/**
* Identifier of the focus input to match a label defined for the chips.
*/