maxfordham / ipyautoui

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

:bug: Disabled = True not working for List field #137

Open jgunstone opened 1 year ago

jgunstone commented 1 year ago

Set disabled = True in the schema for Children within Property Set schema.

image

However, the value for that field is still editable within ipyautoui.

image