fix(combo-box): disabled combobox should not open

This commit is contained in:
Eric Liu 2020-10-14 15:51:27 -07:00
commit f8ae391ef6
2 changed files with 2 additions and 2 deletions

View file

@ -203,6 +203,7 @@
role="button"
aria-expanded="{open}"
on:click="{() => {
if (disabled) return;
open = true;
}}"
id="{id}"