how to remove selectize.js "add..." menu when an item is being typed? This image facilitates the meaning:
how to remove selectize.js "add..." menu when an item is being typed
Asked Answered
Set create: false
in the Selectize options. This will limit the user to choosing from the existing options, disallowing adding new ones.
Yeah, I strongly support @qwertzman opinion. It should be the accepted answer. –
Writeoff
I use create: false (which is the default as per the documentation) and the "add" option pops up nonetheless. –
Capreolate
© 2022 - 2024 — McMap. All rights reserved.