forked from filipg/gonito
6 lines
260 B
Plaintext
6 lines
260 B
Plaintext
|
var input = document.querySelector('input[data-role=tagsinput]'),
|
||
|
tagify = new Tagify( input, {
|
||
|
whitelist: #{tagsAvailableAsJSON},
|
||
|
autocomplete: true,
|
||
|
enforeWhitelist: true});
|
||
|
input.style.display = 'none';
|