You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to control tabs. active-index helps me to set active tab on start. I can also change tabs on go, but not very well.
if active-index = 1 and I click on tab 3, then active-index is still 1 and I cannot go to tab 1 with changing active-index to 1, because it has not changed to 3.
Also it does not change the content of the tab, it just change the selected tab
I can do workaround by always setting it to null and then to my value, but if it does not change the content it will not really help.
The text was updated successfully, but these errors were encountered:
Hello, I am trying to control tabs.
active-index
helps me to set active tab on start. I can also change tabs on go, but not very well.if active-index = 1 and I click on tab 3, then active-index is still 1 and I cannot go to tab 1 with changing active-index to 1, because it has not changed to 3.
Also it does not change the content of the tab, it just change the selected tab
I can do workaround by always setting it to null and then to my value, but if it does not change the content it will not really help.
The text was updated successfully, but these errors were encountered: