Open nicovak opened 6 years ago
When the association is created, it'is not set in selectize automatically.
The following code doesnt seems to work
select.addOption({value: data.id, text: data.name}); select.refreshOption(); select.addItem(data.id);
Selectize should be replaced by https://github.com/select2/select2 soon
When the association is created, it'is not set in selectize automatically.
The following code doesnt seems to work