V5 - Option for Timepicker only?

Framework7 v5 looks great! One question is an option to have a timepicker only, without the datepicker? There are a number of times I would want a user to pick a time but not have the date input necessary. Right now I use a Cordova plugin for this.

1 Like

There isn’t as in this case it is just a Picker component https://framework7.io/docs/picker.html. But probably worth adding it

2 Likes

An extra parameter inside the datepicker such as ‘timeOnly’ would be nice!

It’s easy to work with the picker.
Sample video in this thread:

I use the native HTML5 option today (<input type="time">). It works fine and since iOS 14 it looks even better!