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
Right now, by default we have CheckboxSelectMultiple widget for the MultiSelectField.
How can I change it to SelectMultiple and show it by default?
Do I need to pass any parameter in model-field?
Right now, I am following below method to override it in the models. Let me know, if we have any better way?
Right now, by default we have
CheckboxSelectMultiple
widget for theMultiSelectField
.How can I change it to
SelectMultiple
and show it by default?Do I need to pass any parameter in model-field?
Right now, I am following below method to override it in the models. Let me know, if we have any better way?
The text was updated successfully, but these errors were encountered: