-
Notifications
You must be signed in to change notification settings - Fork 1
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 support custom field types to form config and pydantic model #127
Comments
Add support for database queries and callables as form backends |
We've implemented the better part of these features in #150 and elsewhere. However, the following still need implementation. hidden field - we should also add options to |
Add hidden field input types |
Add immutable_user_field field input types |
Add bool_switch field input types |
We should add support for a hidden field, as well as maybe the following:
The text was updated successfully, but these errors were encountered: