nicovak / slash_admin

A modern and customizable admin gem, just the rails way.
MIT License
13 stars 4 forks source link

Selectize ajax nested relation #15

Open nicovak opened 6 years ago

nicovak commented 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);
nicovak commented 5 years ago

Selectize should be replaced by https://github.com/select2/select2 soon