@zemke/tagbox
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@zemke/tagbox", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Zero dependency Web Component input field (no contenteditable) supporting tags. Backed by standard HTML elements.", | ||
@@ -5,0 +5,0 @@ "main": "js.js", |
@@ -5,5 +5,13 @@ # Tagbox | ||
TODO JSFiddle or something would be nice. | ||
[DEMO](https://store.zemke.io/tagbox.html) | ||
[JSFiddle DEMO](https://jsfiddle.net/Zemke/cL7ws265/) | ||
* Navigate suggestions with <kbd>tab</kbd>, <kbd>shift</kbd>+<kbd>tab</kbd> and arrow keys <kbd>↑</kbd><kbd>↓</kbd><kbd>→</kbd><kbd>←</kbd> | ||
* Works with copy-pasted text | ||
* Responsive all the way | ||
* Customizable in looks and the way it works | ||
* Plain old HTML and JavaScript, no magic | ||
* Data backed by sane `input` and `select` elements | ||
* Works well with React, Angular, etc. | ||
* Battle-proven in production environments | ||
## Usage | ||
@@ -10,0 +18,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25034
124