Does Solara has a time selection element ?
First of all, thank you for providing a great library. I was going through the solara documentation - (https://solara.dev/api/input_date) but I could not find any option to selection of time.
Is there any option to do so via solara (where in I can select the time as well, and time ranges)
I just a starting user of Solara, but I can give a few thoughts on the theme. There is a dateslider in solara and there are sliders for integers and floats, so you can easily create a new slider to your liking. Here I tried a DateTime slider https://github.com/SALTISolutions/wetwin/blob/main/wetwin/wt_widgets.py Do you want a fixed timestamp, a list of times, any time?
Hi!
We don't have an element for selecting times (yet). In the meantime, feel free to take a look at using the vuetify time picker. You can incorporate this into your application by using solara.v.TimePicker.
Hope this helps!