reactpy icon indicating copy to clipboard operation
reactpy copied to clipboard

Inputs within `event["target"]` need to serialize `name`.

Open Archmonger opened this issue 1 year ago • 0 comments

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.

Archmonger avatar Jan 13 '24 02:01 Archmonger