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
In #118(diff ref) MultiSelectFormField now requires a flat_choices field - isn't this the same as the inherited choices attribute?
Adding flat_choices=CHOICES fixes the issue but it would be nice to know if this change was intended or if its purpose could be documented (I appreciate the original PR is years old so this might not be known!)
PS thanks for the recent activity! <3
The text was updated successfully, but these errors were encountered:
Running existing projects gives the following error:
My form classes look like this
In #118 (diff ref) MultiSelectFormField now requires a
flat_choices
field - isn't this the same as the inheritedchoices
attribute?Adding
flat_choices=CHOICES
fixes the issue but it would be nice to know if this change was intended or if its purpose could be documented (I appreciate the original PR is years old so this might not be known!)PS thanks for the recent activity! <3
The text was updated successfully, but these errors were encountered: