capacitor-community / date-picker

Native DateTime Picker Plugin for Capacitor Apps
MIT License
87 stars 29 forks source link

Add steps to time picker #78

Open HVDW opened 1 year ago

HVDW commented 1 year ago

Is your feature request related to a problem? Please describe. I am working on an scheduler app and it would be very convenient to make appointments by blocks of half an hour.

Describe the solution you'd like Introduce a steps property to the api. This steps property could be in minutes. For example, use steps: 15 the time picker will show only the minute options: 00, 15, 30, 45.