.show() / .hide() mobileselectmenu component
I am trying to .show() or .hide() the dropdown mobileselectmenu component when a specific Button is clicked in my application.
I can easily do this by selecting the Visible property through the Events section.
However the below does not work on the Select component and I need to be able to show or hide the Select component via javascript.
Then I pulled the below line from the source code generated by Appery. This works, but I have no idea how or what the toggle function does ?
What am I missing ? Please help !
Thanks in advance