event["target"]["checked"]
does not exist for checkbox inputs
#1070
Labels
flag-good-first-issue
A well defined and self-contained task.
priority-1-high
Should be resolved ASAP.
type-bug
About something that isn't working
type-javascript
Related to client-side code
Current Situation
In ReactJS,
event.target.checked
would exist for checkboxes. However, this does not appear to be the case for ReactPy.See the example in the docs for a scenario that should have worked.
Proposed Actions
Determine why our client side event handler isn't propagating the entire target context to the server.
The text was updated successfully, but these errors were encountered: