Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an HTML renderer #12

Open
keithasaurus opened this issue Dec 31, 2022 · 0 comments
Open

Add an HTML renderer #12

keithasaurus opened this issue Dec 31, 2022 · 0 comments
Labels
enhancement New feature or request needs research
Milestone

Comments

@keithasaurus
Copy link
Owner

Motivation

Adding HTML form generation would be a nice win. It shouldn't be terribly difficult.

Implementation

We'd need to be able to allow for customization of the generated html. Need to handle things like:

  • default values
  • populating form data
  • rendering errors
  • posting data and handling it
  • files?? Maybe out of scope
  • dynamic lists?

Questions

  • To what extent should the validators be limited initially? Just Dict validators at root? Only string keys?
  • What about field sets?
  • Can we avoid adding anything at the level of defining validators? Probably.
@keithasaurus keithasaurus added enhancement New feature or request needs research labels Dec 31, 2022
@keithasaurus keithasaurus added this to the 3.x milestone Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs research
Projects
None yet
Development

No branches or pull requests

1 participant