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

1

6

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

enter image description here

Canyon answered 22/1, 2016 at 11:56 Comment(0)
D
14

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

Dealt answered 12/2, 2016 at 20:9 Comment(2)
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.