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
The value for any serialized checkbox or radio button is always on when viewed within an event["target"]. This effectively makes them unusable within a form's on_submit event.
Proposed Actions
Fix how we serialize these input fields, and look for any other outliers that might exist.
Current Situation
The
valuefor any serialized checkbox or radio button is alwaysonwhen viewed within anevent["target"]. This effectively makes them unusable within a form'son_submitevent.Proposed Actions
Fix how we serialize these input fields, and look for any other outliers that might exist.