🐛 ModelSelect2MultipleWidget fails to unselect from dropdown #344
Unanswered
SebastianSeltmann
asked this question in
Q&A
Replies: 1 comment
-
thanks for reaching out. I took the liberty to move this to a discussion for now, since I have this feature working on my apps. That being said, I'd love to help to get this working. Do you have a demo somewhere, where I could reproduce the issue, or a code snippet? Just a little more to go on? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Expected Behavior
I expected the item to become unselected. The Select2Multiple works like that, and so does vanilla Select2.
Beta Was this translation helpful? Give feedback.
All reactions