maxfordham / ipyautoui

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

Add and Edit Open Simultaneously #88

Closed ollyhensby closed 1 year ago

ollyhensby commented 1 year ago

image

The snapshot above shows both Add and Edit options open at the same time.

Add should close when Edit is clicked and vice-versa.

It may be worth updating the button bar UI object to ipywidgets.ToggleButtons.

jgunstone commented 1 year ago

resolved by this: https://github.com/maxfordham/ipyautoui/pull/97