Is it possible to populate a SELECT component just when it is needed the first time(first time the user drop down the list) with an ajax call?
Didn't find something ....
Is it possible to populate a SELECT component just when it is needed the first time(first time the user drop down the list) with an ajax call?
Didn't find something ....
You could try using click event. You might need to check every time whether to load or not.