I have a 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
If the user should select only one option at once, just remove the "multiple" - make a normal select:
Foo Bar Foo Bar Bar Foo
Fiddle