hperrin / svelte-material-ui

Svelte Material UI Components
https://sveltematerialui.com/
Apache License 2.0
3.28k stars 288 forks source link

<Switch> on:change does not work #543

Closed DetachHead closed 1 year ago

DetachHead commented 1 year ago

Describe the bug basically #349 but for Switch instead of Select. i tried on:MDCSelect:change as suggested in that issue but it didn't work.

related: #542

KotlinIsland commented 1 year ago

Is this because Switch doesn't emit a change event?

DetachHead commented 1 year ago

epic fail its on:SMUISwitch:change

(#542)