fix(dropdown): allow clicking chevron to toggle menu

#251
This commit is contained in:
Eric Liu 2020-09-14 14:29:35 -07:00
commit 73861e2fa8
4 changed files with 5 additions and 4 deletions

View file

@ -36,6 +36,6 @@
class:bx--list-box__menu-icon="{true}"
class:bx--list-box__menu-icon--open="{open}"
{...$$restProps}
on:click|preventDefault|stopPropagation>
on:click|preventDefault>
<ChevronDown16 aria-label="{description}" title="{description}" />
</div>