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'). Thanks
multipleattribute) without actually being able to select multiple. Forgot that the attribute to do this was calledsize, so the top answer served me well :) – Luc May 16 at 13:28