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

Populating select combobox options dynamically with AngularJS 1.x.xx #36

Open
fyoshino opened this issue Nov 3, 2022 · 2 comments
Open

Comments

@fyoshino
Copy link

fyoshino commented Nov 3, 2022

This control works well with static options defined in HTML.

Is there a way to use this control to populate options from AngularJS using select / ng-options definitions ?
If affirmative, are there any examples available ?

@fyoshino
Copy link
Author

fyoshino commented Nov 3, 2022

Even if there is no way to use with AngularJS, is there a way to populate select combobox from JavaScript code ?

@dracos
Copy link
Member

dracos commented Nov 4, 2022

You can create a <select> using JavaScript if you wish, using whatever framework you want, then call this code on it to 'activate' it? There has to be an underlying select to be set when the options are chosen.

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

No branches or pull requests

2 participants