solara icon indicating copy to clipboard operation
solara copied to clipboard

Does Solara has a time selection element ?

Open mobvarun opened this issue 2 years ago • 2 comments

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)

mobvarun avatar Dec 02 '23 05:12 mobvarun

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?

robot144 avatar Dec 03 '23 09:12 robot144

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!

iisakkirotko avatar Dec 03 '23 10:12 iisakkirotko