reactpy
reactpy copied to clipboard
Inputs within `event["target"]` need to serialize `name`.
Current Situation
The name attribute is used to identify what field the input actually is. Currently, we do not serialize this attribute which makes it unusually difficult to handle input data.
Proposed Actions
Begin serializing the name attribute for all input fields, if it exists.