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
Describe the bug
Hi @codingjoe
I assume it is something related to this issue. empty_label is not displays for the ModelSelect2MultipleWidget on page loads, but if I select one of options and then clear selection it gonna showed.
Interesting. Yes, I believe you are right, that doesn't work right now. Select2 doesn't really support empty options, since it'll be simply empty. However, you could use the placeholder, right? I actually don't know how Django handles the empty label on a native multiple select.
@rez0n, as a frequent contributor and sponsor, do you want to contribute this yourself? Or do you want me to take a swing?
Describe the bug
Hi @codingjoe
I assume it is something related to this issue.
empty_label
is not displays for the ModelSelect2MultipleWidget on page loads, but if I select one of options and then clear selection it gonna showed.Code Snippet
Screenshots
Open.
Select.
Cleared selection
Thanks in advance.
The text was updated successfully, but these errors were encountered: