taufik-nurrohman / tag-picker

Better tags input interaction with JavaScript.
http://taufik-nurrohman.js.org/tag-picker
MIT License
28 stars 3 forks source link

Does Not Work when You Type a Single Word #3

Closed tghilardi closed 7 years ago

tghilardi commented 7 years ago

If you type test into input field, it does not recognize as a tag unless you add comma. It also does not send it with the form.

taufik-nurrohman commented 7 years ago

Long time not updating this project. Will update it soon so that this issue will be fixed. I also will add possibility to use KeyboardEvent.key API where possible.