aehlke / tag-it

A jQuery UI plugin to handle multi-tag fields as well as tag suggestions/autocomplete.
http://aehlke.github.com/tag-it/
MIT License
2.48k stars 826 forks source link

tag-it support rtl #411

Open eigshop opened 6 years ago

eigshop commented 6 years ago

Hi when i want add tags for uploaded video. in english language when i type "," "coma" or Enter button tags Are added. but i don't want use "," "coma" For adding tags.i want only use Enter button for this action. In other words , I want only use spacebar and tab for adding tab. how can i do this ? My domain is https://tv.eig-shop.com/ please see attachment file.

eigshop.zip

shadialnamrouti commented 5 years ago

Comment out this line inside the plugin: event.which == $.ui.keyCode.COMMA ||