mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
parent
9b32fe90f5
commit
a60bc73fea
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,6 @@
|
|||
ref.focus();
|
||||
}}"
|
||||
id="{id}"
|
||||
name="{name}"
|
||||
disabled="{disabled}"
|
||||
translateWithId="{translateWithId}"
|
||||
>
|
||||
|
@ -249,6 +248,7 @@
|
|||
placeholder="{placeholder}"
|
||||
id="{id}"
|
||||
value="{inputValue}"
|
||||
name="{name}"
|
||||
{...$$restProps}
|
||||
class:bx--text-input="{true}"
|
||||
class:bx--text-input--light="{light}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue