django-autocomplete-light icon indicating copy to clipboard operation
django-autocomplete-light copied to clipboard

Enable duplicate selection

Open hammadarshad1 opened this issue 1 year ago • 3 comments

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.

hammadarshad1 avatar Apr 19 '23 13:04 hammadarshad1

I don't think that is supported by select2

jpic avatar May 02 '23 15:05 jpic

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

hammadarshad1 avatar May 03 '23 19:05 hammadarshad1

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.

jpic avatar May 10 '23 16:05 jpic