matyunya / smelte

UI framework with material components built with Svelte and Tailwind CSS

Home Page:https://smeltejs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi Select closes option list on checkbox touch

rwoodnz opened this issue · comments

When using chrome dev tools in mobile mode or using an android phone.

Touching checkbox in a multiselect closes the select. Expect that it would remain open.
Touching option text next to checkbox does not close select. As expected.

My bad - was missing the on:click|stopPropagation as used in the example for multi select.
It may be better to explicitly have a "multiple" prop or something.