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
I have issue on mobile devices.
When i choose option and want to change. Backspace button on mobile keyboard doesn't work. How to fix this ?
The text was updated successfully, but these errors were encountered:
What if you add the remove button plugin? Try using the plugin, it might help make deleting items easier on desktop and on mobile:
$('#select-input').selectize({ plugins: ['remove_button'] });
Sorry, something went wrong.
What @msurguy said. There are some pretty nasty browser bugs that are hard to work around. For now, the remove button is the way to go.
Related tickets: #113, #214
unfortunately, the remove_button doesn't work with drag_drop on iphone. it only drag_drops
No branches or pull requests
I have issue on mobile devices.
When i choose option and want to change. Backspace button on mobile keyboard doesn't work. How to fix this ?
The text was updated successfully, but these errors were encountered: