widgetti / solara

A Pure Python, React-style Framework for Scaling Your Jupyter and Web Apps
https://solara.dev
MIT License
1.9k stars 140 forks source link

[Enhancement] Select widget missing keyword disabled #144

Closed lp9052 closed 1 year ago

lp9052 commented 1 year ago

Select and SelectMultiple widgets seem missing keyword disabled.

Is it by design or still under implementation?

Is there any work around instead of using ipyvuetify directly.

thanks!

maartenbreddels commented 1 year ago

Hi,

we still need to add it. Should be easy to add in https://github.com/widgetti/solara/blob/7ec459c4d9f8e65ede0f24301da695cb7bcff8d1/solara/components/select.py#L14

Or otherwise use that code as an example (ignore all the type stuff).

Hope that helps.

Regards,

Maarten