Mindinventory / progressive_time_picker

A Customizable Progressive Time Picker for Flutter.
https://www.mindinventory.com/flutter-app-development.php
MIT License
68 stars 13 forks source link

Input should not move inside the disabledRange #6

Closed cedvdb closed 4 months ago

cedvdb commented 1 year ago

This is a bit subjective but I believe, from an UX standpoint, that the handlers should not move inside the disabled range at all.

Adding an option to disable going into that range would be nice.

abrarmalekji345 commented 4 months ago

Hi, @cedvdb the behaviour you suggested can restrict the user from moving their selection range ahead of the disabled range. i.e. disabled time is 11:00 to 12:00, and selection time is 00:00 to 05:00. suppose you want to move the handler from 13:00 to 14:00.