stepstone-tech / android-material-stepper

This library allows to use Material steppers inside Android applications.
Apache License 2.0
1.78k stars 262 forks source link

Disable click from tab on previous step in case it was validated ! #253

Closed samybeng closed 6 years ago

samybeng commented 6 years ago

Hello,

First of all thanks for the lib it really great.

I just want to know if you can add a feature that will allow us to block a click on a previous validated step from the tab bar.

Make sure these boxes are checked before submitting your issue - thank you!

zawadz88 commented 6 years ago

Hi @samybeng, You can disable clicks altogether but cannot really disable it on individual tabs. However, I'm not sure if that's a good idea in the first place as the user can always go back by clicking Back in the bottom stepper navigation or simply click the system Back button.