Hi
I have a selectMenu with some options ("A", "B","C", ....);
In custom properties i can select the option selected. This option will be the first selected option in all time.
My questions:
1) I would like to design something that without click in the selectMenu the option selected will change. My idea is to have the selectMenu in the second Page of the project and this page can load diferent data. Depending of the data, the first option selected will change. What is the function to do this?
2) I read some documentation but some UI components have different functions. There are any Documentation about specific functions to work with JS?