@yaireo/tagify
Advanced tools
Comparing version 2.6.4 to 2.6.5
"use strict"; | ||
/** | ||
* Tagify (v 2.6.4)- tags input component | ||
* Tagify (v 2.6.5)- tags input component | ||
* By Yair Even-Or (2016) | ||
@@ -6,0 +6,0 @@ * Don't sell this code. (c) |
/** | ||
* Tagify (v 2.6.4)- tags input component | ||
* Tagify (v 2.6.5)- tags input component | ||
* By Yair Even-Or (2016) | ||
@@ -4,0 +4,0 @@ * Don't sell this code. (c) |
@@ -97,3 +97,7 @@ (function(){ | ||
} | ||
// Avoid transformation text to link ie contentEditable mode | ||
// https://stackoverflow.com/q/7556007/104380 | ||
document.execCommand("AutoUrlDetect", false, false); | ||
})() | ||
{ | ||
"name": "@yaireo/tagify", | ||
"version": "2.6.4", | ||
"version": "2.6.5", | ||
"homepage": "https://github.com/yairEO/tagify", | ||
@@ -5,0 +5,0 @@ "description": "Convert an input field into a Tags element. Easy, customizable, with good performance and small code footprint.", |
@@ -98,2 +98,9 @@ [Tagify](https://yaireo.github.io/tagify) - lightweight input "tags" script | ||
### output value | ||
There are two possible ways to get the value of the tags: | ||
1. Access the tagify's instance's `value` prop: `tagify.value` (Array of tags) | ||
2. Access the original input's value: `inputElm.value` (Stringified Array of tags) | ||
### Ajax whitelist | ||
@@ -100,0 +107,0 @@ |
Sorry, the diff of this file is not supported yet
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
372602
2972
297