Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date and Time Picker Component #136

Open
DavMelchi opened this issue Jun 2, 2023 · 4 comments
Open

Date and Time Picker Component #136

DavMelchi opened this issue Jun 2, 2023 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@DavMelchi
Copy link

Hi,
It would be nice to have a Date and Time Picker if it doesn't exist yet. I couldn't find it in APIs liste.
Thank You.

@maartenbreddels maartenbreddels added the enhancement New feature or request label Jun 2, 2023
@maartenbreddels
Copy link
Contributor

Hi Dav,

yes, that would be good to have. In principle we have access to all components from https://v2.vuetifyjs.com/en/components/date-pickers/ via https://ipyvuetify.readthedocs.io/ like you will see if you take a peek under the hood (e.g. https://github.com/widgetti/solara/blob/master/solara/components/button.py )

But we prefer to have a nice set of components in solara with a proper API and typing.

Regards,

Maarten

@maartenbreddels maartenbreddels added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 24, 2023
@lp9052
Copy link
Contributor

lp9052 commented Jun 24, 2023

We do need a datepicker. But before that I think we might need menu component. @maartenbreddels Any plans on this?

@mikegiann01
Copy link
Contributor

Hello! Can I work on this?

@iisakkirotko
Copy link
Collaborator

Hey @mikegiann01! Great to see you're enthusiastic to contribute more!

There's a solara.lab.InputDate (and a couple variants) here, so we're mostly just missing a time picker / InputTime. If you'd like to take a stab at adding that, you can take a look at InputDate, and at the Vuetify documentation for time pickers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
5 participants