Hi Everyone!
I have another question about tab group component. I need to return at the same tab when is reload one page. After that he user has written a value. Does someone have any idea?
Thanks you!
It is not possible OOTB. However you can extend the widget and add the config property activeTab in the tab component.
Add one session variable in the xcp and pass the value to the session variable. When the page is loaded, (or as per your requirement on the specified event), you can assign the activeTab property from the sessionVariable.
Thanks Hari! I'm seeing like do it. Because I have xCP 2.0 and If don't understand wrong the global variable doesn't exist in xCP.