tags-input
tags-input copied to clipboard
:bookmark: <input type="tags"> like magic
There is a [known bug with Webkit](https://bugs.webkit.org/show_bug.cgi?id=16735) where KeyboardEvents created by the DOM have keyCode and charCode of 0, thus preventing us from manually triggering 'change' or 'input' events with...
See jsfiddle at http://jsfiddle.net/d5w4jpxq/71/ : `` Still allows data that doesn't start with a hash to be entered. The docs mention HTML5 pattern support - should we use `pattern` to...
Built successfully with less `^4`