Fixed #2863 - InputNumber: invalid 'placeholder' prop type (TS only)
parent
d1e7648da5
commit
d4329dc76f
|
@ -144,7 +144,7 @@ export interface InputNumberProps {
|
||||||
/**
|
/**
|
||||||
* Placeholder text for the input.
|
* Placeholder text for the input.
|
||||||
*/
|
*/
|
||||||
placeholder?: boolean | undefined;
|
placeholder?: string | undefined;
|
||||||
/**
|
/**
|
||||||
* Identifier of the focus input to match a label defined for the chips.
|
* Identifier of the focus input to match a label defined for the chips.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue