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
fix(toggleswitch): disable + checked state and deprecated html event replacement (#987)
* docs: add disabled+active toggleswitch example
* fix(toggleswitch): fix state and replace onkeypress with onkeyup
This commit fixes the state for disable + enabled ToggleSwitch and also replaces the deprecated
onKeyPress with onKeyDown
fix#986
* fix(toggleswitch): remove unused event
* refactor(toggleswitch): remove dead code
0 commit comments