yourlabs / django-autocomplete-light

A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
https://django-autocomplete-light.readthedocs.io
MIT License
1.79k stars 466 forks source link

Enable duplicate selection #1323

Open hammadarshad1 opened 1 year ago

hammadarshad1 commented 1 year ago

I'm using DAL in my Django form to generate select multiple field. The problem is I can't able to select one item multiple time. Whenever I try to select one item multiple times it got vanished from the selection.

jpic commented 1 year ago

I don't think that is supported by select2

hammadarshad1 commented 1 year ago

Is there any alternative to Select2, that supports duplicate selection?

jpic commented 1 year ago

Not that I know of, have you considered using a formset? Users could make a choice and type in a quantity or amount for each choice.