mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
chore: v11 NumberInput
For better compatibility with existing codebases size `xl` is still supported.
This commit is contained in:
parent
c23782b161
commit
9f32d57353
5 changed files with 8 additions and 10 deletions
2
types/NumberInput/NumberInput.svelte.d.ts
vendored
2
types/NumberInput/NumberInput.svelte.d.ts
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue