forked from applegrew/django-select2
-
-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
The ModelSelect2Multiple Widget cannot correctly remove items from the selection by clicking on them in the dropdown.
The same desired behaviour works correctly in the Select2Multiple Widget.
attrs such as data-minimum-input-length make no difference.
django-select2 v8.4.1
Steps to Reproduce
- Create a Form with a ModelSelect2MultipleWidget widget, as described in the docs
- Select one or more things
- Try to unselect anything (not by hitting backspace, but by clicking on the dropdown)
- The item remains selected
Expected Behavior
I expected the item to become unselected. The Select2Multiple works like that, and so does vanilla Select2.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working