maxfordham / ipyautoui

create ipywidgets user input form pydantic model or jsonschema
https://maxfordham.github.io/ipyautoui/
40 stars 4 forks source link

💄 ✨ Added disabled traitlet to nullable #139

Closed ollyhensby closed 1 year ago

ollyhensby commented 1 year ago

Disabling Nullable UI element is now possible after adding traitlets variable disabled with observation where the ToggleButton is disabled and so is the widget instance.

jgunstone commented 1 year ago

looks good