We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great to have an option that allows us to make the single select box look more like an input box, tags input for example.
The text was updated successfully, but these errors were encountered:
This isn't documented, but the "mode" option does just that:
$('select').selectize({mode: 'multi'});
Sorry, something went wrong.
Was it not documented on purpose? (maybe because of some grey-area use-case, where combination of settings break, when forcing the mode?)
mode
Or can I do a pull-request with mode-setting added to the documentation?
No branches or pull requests
It would be great to have an option that allows us to make the single select box look more like an input box, tags input for example.
The text was updated successfully, but these errors were encountered: