maxfordham / ipyautoui

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

instantiate only `AutoUi` with `schema` #188

Closed jgunstone closed 10 months ago

jgunstone commented 11 months ago

currently everything must be instantiated with schema which doesn't make much sense... e.g.

jgunstone commented 11 months ago

instead of instantiating with schema use AutoArray (**kwargs) and ensure that the class has the correct traits i.e.

jgunstone commented 10 months ago

merged to main in this PR https://github.com/maxfordham/ipyautoui/pull/199