Skip to content

Mobile delete option #345

New issue

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

Closed
siomer opened this issue Mar 25, 2014 · 3 comments
Closed

Mobile delete option #345

siomer opened this issue Mar 25, 2014 · 3 comments

Comments

@siomer
Copy link

siomer commented Mar 25, 2014

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 ?

@msurguy
Copy link

msurguy commented Mar 27, 2014

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']
});

@brianreavis
Copy link
Member

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

@scotnery
Copy link

unfortunately, the remove_button doesn't work with drag_drop on iphone. it only drag_drops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants