Update select with live API data
Hi all,
I've got a select which has a suffixAction to reload options from an API:
But although updateProjects() does get the correct format data from API, I can't get it to re-load the select box from the new data. Any ideas how to do this? I've searched here, but nothing worked.
1 Reply
try adding
live()
. And how does that updateProjects()
look? The assign part to the projects
property