I have a <SELECT multiple>
field with multiple options and I want to allow it to have only one option selected at the same time but user can hold CTRL key and select more items at once.
Is there any way how to do it? (I don't want to remove 'multiple').
I had some dealings with the select \ multi-select this is what did the trick for me
Late to answer but might help someone else, here is how to do it without removing the 'multiple' attribute.