mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
fix light prop for ComboBox input
This commit is contained in:
parent
f89a6d2f81
commit
6d0e9ac09f
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@
|
||||||
aria-controls="{open ? menuId : undefined}"
|
aria-controls="{open ? menuId : undefined}"
|
||||||
aria-owns="{open ? menuId : undefined}"
|
aria-owns="{open ? menuId : undefined}"
|
||||||
class:bx--text-input="{true}"
|
class:bx--text-input="{true}"
|
||||||
|
class:bx--text-input--light="{light}"
|
||||||
class:bx--text-input--empty="{inputValue === ''}"
|
class:bx--text-input--empty="{inputValue === ''}"
|
||||||
on:input="{({ target }) => {
|
on:input="{({ target }) => {
|
||||||
inputValue = target.value;
|
inputValue = target.value;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue