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
@davidtheclark Hi, I'm using the controlled tab panel, the only problem is that it seems to fire a click event on clicking a tab. Now if I for example I do not update the state to the requested tab.
The tab will not be able to receive a secondary click.
The same is for when I change tab by updating a state after a click on a button within the tabpanel, it will not be able to go back to the previous tab by click the tab. It looks like the mouse/click event is being fired causing an uncontrolled propagation..
The text was updated successfully, but these errors were encountered:
@davidtheclark Hi, I'm using the controlled tab panel, the only problem is that it seems to fire a click event on clicking a tab. Now if I for example I do not update the state to the requested tab.
The tab will not be able to receive a secondary click.
The same is for when I change tab by updating a state after a click on a button within the tabpanel, it will not be able to go back to the previous tab by click the tab. It looks like the mouse/click event is being fired causing an uncontrolled propagation..
The text was updated successfully, but these errors were encountered: