You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This lib's focus is on solving the UI part of the problem, but in the process we've reimplemented some features that could have been handled by Django's forms. It might be good if the filters accepted a field arg that handled things like name+label declaration, consuming data from the request, validation, errors, etc.
Would probably need to add the form class into the hierarchy somewhere so that it could be bound and wired so that each filter can read field data and cleaned data.
The text was updated successfully, but these errors were encountered:
This lib's focus is on solving the UI part of the problem, but in the process we've reimplemented some features that could have been handled by Django's forms. It might be good if the filters accepted a
field
arg that handled things like name+label declaration, consuming data from the request, validation, errors, etc.For example
Would probably need to add the form class into the hierarchy somewhere so that it could be bound and wired so that each filter can read field data and cleaned data.
The text was updated successfully, but these errors were encountered: