You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A "toggle-right" click on the LionSwitch should throw a @checked-changed event with modelValue.checked=true
A "toggle-left" click on the LionSwitch should throw a @checked-changed event with modelValue.checked=false
Actual Behavior
The exact opposite happens. Checked property seems reverted.
Expected behavior
A "toggle-right" click on the LionSwitch should throw a @checked-changed event with
modelValue.checked=true
A "toggle-left" click on the LionSwitch should throw a @checked-changed event with
modelValue.checked=false
Actual Behavior
The exact opposite happens. Checked property seems reverted.
How to reproduce:
https://stackblitz.com/edit/vitejs-vite-1nmimv?file=src%2Fmy-element.js
Additional context
@tlouisse suggests that modelValue is synced after @checked-changed event is fired
The text was updated successfully, but these errors were encountered: