mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
non-mobile input
This commit is contained in:
parent
1f9fcdbdc9
commit
2ef178eb02
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@
|
||||||
aria-label="{label ? undefined : ariaLabel}"
|
aria-label="{label ? undefined : ariaLabel}"
|
||||||
on:input
|
on:input
|
||||||
on:input="{({ target }) => {
|
on:input="{({ target }) => {
|
||||||
value = target.value;
|
inputValue = target.value;
|
||||||
}}"
|
}}"
|
||||||
disabled="{disabled}"
|
disabled="{disabled}"
|
||||||
id="{id}"
|
id="{id}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue