UNPKG

@yaireo/tagify

Version:

lightweight, efficient Tags input component in Vanilla JS / React / Angular [super customizable, tiny size & top performance]

3 lines 161 B
// Avoid transformation text to link ie contentEditable mode // https://stackoverflow.com/q/7556007/104380 document.execCommand("AutoUrlDetect", false, false);