chore: v11 NumberInput

For better compatibility with existing codebases size `xl` is still supported.
This commit is contained in:
Gregor Wassmann 2023-03-28 19:30:16 +02:00
commit 53901ef5fa
5 changed files with 8 additions and 10 deletions

View file

@ -10,7 +10,7 @@ export interface NumberInputProps extends RestProps {
* Set the size of the input
* @default undefined
*/
size?: "sm" | "xl";
size?: "sm" | "lg";
/**
* Specify the input value.