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
Checkbox in toggle mode sends its label element as event.target to change handler method instead of actual input="checkbox" and therefor there is no way of determine current value of the toggle. As a result, each toggle at the form needs to have its own on-change handler which update exclusively its own state -> produces too much boiler-plate code
The text was updated successfully, but these errors were encountered:
Checkbox in toggle mode sends its label element as
event.target
to change handler method instead of actualinput="checkbox"
and therefor there is no way of determine current value of the toggle. As a result, each toggle at the form needs to have its own on-change handler which update exclusively its own state -> produces too much boiler-plate codeThe text was updated successfully, but these errors were encountered: