Hi,
Currently I display a select/dropdown field in a tab. I noticed when selecting a value but changing tabs. Later when I go back to the previous tab, the value is not there anymore. Is there anyway to preserve the value when changing values?
I was thinking of adding a variable “currentResult” to the “initial value”, and always updating whenever a new value is selected, but is there an easier way to do this? Thank you.