Last 12 weeks · 0 commits
2 of 6 standards met
Repository: developit/tags-input. Description: :bookmark: <input type="tags"> like magic Stars: 333, Forks: 46. Primary language: JavaScript. Languages: JavaScript (77%), CSS (12.9%), HTML (10.1%). License: MIT. Homepage: http://jsfiddle.net/developit/d5w4jpxq/ Topics: dom, dom-components, input, input-method, tag, tag-input, tagging. Latest release: 1.1.0 (9y ago). Open PRs: 6, open issues: 6. Last activity: 6y ago. Community health: 42%. Top contributors: developit, mikemaccana, pirxpilot, tbranyen, gitter-badger.
JavaScript
Don't change the input type if it is configured on the wrapped element: that allows using this component with input types like 'email', 'url', 'tel' etc. - important on handheld devices where keyboard type changes depending on the input type. There is a problem with for some type of inputs though. We can't reliably support some of the functionality that depends on detecting caret position. The workaround in 0d9ae40 should work for most cases.