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