Does the new <TimePicker >from the AndroidX Materi...
# android
r
Does the new TimePicker from the AndroidX Material Design Components support input validation?
I know MDC DatePicker does by
CalendarConstraints.DateValidator
searching for a similar time constraint function for TimePicker, letting the user not select certain times on condition X
f
You can just check the sources Since there seems to be a MaxInputValidator, I would think there is some sort of validation
☝️ 1