HmsPickerView
HmsPickerView copied to clipboard
Possibility to "hide" hours
It is a very nice time picker but it lacks the possibility to hide the hours section to allow the user to only set minutes and seconds.
It won't be easy because the library is designed to take in 6 digits. To hide hours, I have to refactor the whole codebase.
In one of my apps, I show a snack bar if the input is 0 and prevent users from moving on. You could try a similar solution.
Ok, I thought it was as easy as hiding 2 views and blocking digits to 4 :)