You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although Solara's InputDate doesn't support these options directly, I think everything you mentioned should be possible through ipyvuetify's date picker, which you can use through solara.v.DatePicker. However, taking that route is a bit more work for the user, and I think it would be good to at least have the option to limit selection to specific dates natively in Solara. Implementing these options should amount to exposing the ipyvuetify date picker's allowed_dates in solara/lab/components/input_date.py. Would you like to open a PR for that?
I would like to highlight certain dates in the InputDate widget or limit the selection to specific dates, similar to the functionality provided in the Panel DatePicker (https://panel.holoviz.org/reference/widgets/DatePicker.html).
The text was updated successfully, but these errors were encountered: