vue-input-tag
Advanced tools
Comparing version
{ | ||
"name": "vue-input-tag", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Vue.js input tag editor component", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -59,6 +59,6 @@ # vue-input-tag | ||
| read-only | Boolean | false | Set input to readonly | | ||
| addTagOnBlur | Boolean | false | Add tag on input blur | | ||
| add-tag-on-blur | Boolean | false | Add tag on input blur | | ||
| limit | String or Number | -1 (none) | Set a limit for the amount of tags | | ||
| validate | String or Function or Object | "" | Apply certain validator for user input. Choose from `email`, `url`, `text`, `digits` or `isodate`. Or pass a `function` or a `RegExp` object for custom validation | | ||
| addTagOnKeys | Array | [ 13 (return), 188 (comma), 9 (tab) ] | Keys that are going to add the new tag | ||
| allowDuplicates | Boolean | false | Allow duplicate tags | ||
| add-tag-on-keys | Array | [ 13 (return), 188 (comma), 9 (tab) ] | Keys that are going to add the new tag | ||
| allow-duplicates | Boolean | false | Allow duplicate tags |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25
4.17%4360
238.77%450914
-30.81%