Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to remove selectize.js "add..." menu when an item is being typed

Tags:

selectize.js

how to remove selectize.js "add..." menu when an item is being typed? This image facilitates the meaning:

enter image description here

like image 307
user3416269 Avatar asked Jan 22 '16 11:01

user3416269


1 Answers

Set create: false in the Selectize options. This will limit the user to choosing from the existing options, disallowing adding new ones.

like image 164
dan04 Avatar answered Jan 02 '23 20:01

dan04