mdbootstrap / bootstrap-templates

A collection of free Bootstrap 5 templates.
https://mdbootstrap.com/freebies/
3.07k stars 1.02k forks source link

adding tags having issue in mobile browsers. #640

Closed lijoev closed 2 years ago

lijoev commented 6 years ago

We don't have an enter key in mobile browsers. so i am not able to add tags in mobile browsers. please help me to fix this issue.

ee92 commented 6 years ago

Use a different key, such as space or comma. $('#input-id').tagsinput({ confirmKeys: [13, 32, 44] }) 13 is enter, 32 is space, 44 is comma.