framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
17.97k stars 3.24k forks source link

new component TIMEPICKER #1263

Open nimo23 opened 7 years ago

nimo23 commented 7 years ago

This is a (multiple allowed):

F7 has a great "calendar/date-picker". However, it does not have a"timepicker".

Please provide a new component "TIMEPICKER" as shown here:

timepicker

Imagine the following use-case: User selects a date and after clicking the day of a date by "date-picker" (year-month-day), the "time-picker" (hour:minute) slides over the "date-picker" so the user can select the time by "time-picker". The end result returns a "date" with a "time". Please provide such a timepicker as shown in the image above.

mohamedsalehamin commented 7 years ago

+1

centrual commented 7 years ago

You can make it with picker component. You can find in kitchen-sink.

nimo23 commented 7 years ago

You mean "Inline Picker / Date-time" ? That is really not the same. Look at the picture above! You see the different?

With the above "Timepicker" you can select "TIME" in a very user friendly way (after selecting a "Date").

By the way having such a visual format, developer can restrict a set of "time-points" from being selected (look at the picture: The hours "0-8", "18-23" cannot be selected by the user. "Timepicker" could have a "disabled"-property with a "Time Range" to disable "times". F7-"Datepicker" has also "disabled"-property to disable "dates".

danielpinon commented 2 years ago

Up