Skip to content

form component #7

Open
Open
@rmorshea

Description

@rmorshea

Add a Form component a la react router's.


Note from @Archmonger:

We have a reactpy-django PR has proven an effective method to generate forms within ReactPy.

In summary, we will need to intercept the <form> onSubmit event, serialize FormData into JSON, transport that form data to back to the server, then re-hydrate the input elements on the server using this new data.

Serializing file fields is a separate problem, and will require some more thought.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions