Hi,
I have a bunch of select- and list-type elements which pull their data/options from my API server.
My attempt is declaring them with empty options and use .load({url}) in a function to fill them with data. Then, everytime I need to refresh the data (for example after save on a different form) I call the function again.
What is the most efficient way to force them reload their data?