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
Hi, ms_tabNavigationEnabled=false not working , When I'm on tab number 2 , I still can click on tab number 1 and goes to that tab directly, which shouldn't be possible when ms_tabNavigationEnabled=false
Hi @nubsoft,
Thanks for reporting this! From what I can see it's an issue when ms_tabNavigationEnabled is used together with tabs stepper feedback and the issue is in TabsStepperFeedbackType#hideProgress where tab navigation is always enabled.
It should check first if this wasn't set to false.
I'll try to fix this, but as a temporary workaround you can call StepperLayout#setTabNavigationEnabled(false) after calling StepperLayout#hideProgress()
Hi,
ms_tabNavigationEnabled=false
not working , When I'm on tab number 2 , I still can click on tab number 1 and goes to that tab directly, which shouldn't be possible whenms_tabNavigationEnabled=false
The text was updated successfully, but these errors were encountered: