mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
Update src/TextInput/TextInput.svelte
Explicitly define default value for `size` Co-authored-by: Enrico Sacchetti <esacchetti@gmail.com>
This commit is contained in:
parent
8265c59d2a
commit
8cf5e3a6a3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
* Set the size of the input
|
||||
* @type {"sm" | "md" | "lg"}
|
||||
*/
|
||||
export let size = undefined;
|
||||
export let size = 'md';
|
||||
|
||||
/**
|
||||
* Specify the input value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue