-
Notifications
You must be signed in to change notification settings - Fork 265
Closed
Labels
Description
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
<com.stepstone.stepper.StepperLayout
android:id="@+id/stepperLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
app:ms_stepperType="tabs"
app:ms_stepperFeedbackType="tabs|content|disabled_bottom_navigation"
app:ms_tabNavigationEnabled="false"
app:ms_backButtonText="Back"
app:ms_nextButtonText="Next"
app:ms_completeButtonText="END"/>```