fix light prop for ComboBox input

This commit is contained in:
weaseldotro 2020-10-05 16:56:06 +03:00 committed by GitHub
commit 6d0e9ac09f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -222,6 +222,7 @@
aria-controls="{open ? menuId : undefined}"
aria-owns="{open ? menuId : undefined}"
class:bx--text-input="{true}"
class:bx--text-input--light="{light}"
class:bx--text-input--empty="{inputValue === ''}"
on:input="{({ target }) => {
inputValue = target.value;