Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selectize ajax nested relation #15

Open
nicovak opened this issue Mar 9, 2018 · 1 comment
Open

Selectize ajax nested relation #15

nicovak opened this issue Mar 9, 2018 · 1 comment
Labels

Comments

@nicovak
Copy link
Owner

nicovak commented Mar 9, 2018

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 nicovak added the bug label Mar 9, 2018
@nicovak
Copy link
Owner Author

nicovak commented Sep 24, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant