maxfordham / ipyautoui

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

add pydantic validation #180

Closed jgunstone closed 10 months ago

jgunstone commented 1 year ago

currently autoui just uses the schema created from a pydantic model and doesn't apply any custom validation. add the option to be able to do this on change