mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 09:51:36 +00:00
fix(multiselect): add light variant to text input
This commit is contained in:
parent
117dbcfc6f
commit
6a955b1c60
1 changed files with 1 additions and 0 deletions
|
@ -361,6 +361,7 @@
|
|||
aria-controls="{menuId}"
|
||||
class:bx--text-input="{true}"
|
||||
class:bx--text-input--empty="{inputValue === ''}"
|
||||
class:bx--text-input--light="{light}"
|
||||
on:input="{({ target }) => {
|
||||
inputValue = target.value;
|
||||
}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue