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
Is there a nicer way to pre-populate a form that includes a QuerySelectField than either giving up and using a selectfield or having to manually assign every field as the following people were forced to?
Is there a nicer way to pre-populate a form that includes a QuerySelectField than either giving up and using a selectfield or having to manually assign every field as the following people were forced to?
Following person gave up on queryselectfield:
https://stackoverflow.com/questions/50564319/flask-queryselectfield-edit-form/50577713#comment96939968_50577713
Following person was forced to manually assign each field value:
https://stackoverflow.com/questions/36851172/flask-wtforms-queryselectfield-render-queryselectfield-with-a-choice-selected
QuerySelectField gets ignored by the following:
or
The only way round is to manually assign each field value
wich defeats the niceness of what QuerySelectField gives you.
The text was updated successfully, but these errors were encountered: