Я хочу добавить элементы во входные данные из базы данных не как stati c
html:] [] "id =" unit ">
js: $ ( '.remove-tags'). selectize ({plugins: ['remove_button'], persist: false, maxItems: null, create: true, labelField: 'value', searchField: ['value'], параметры: [],
render:{
item: function(data, escape){
return '<div>' + escape(data.value) + '</div>';
}
},
create: function(input) {
return {
value: input,
text: input
}
}
});
});