maxfordham / ipyautoui

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

🐛 AutoObject _insert_rows method broken #230

Open ollyhensby opened 8 months ago

ollyhensby commented 8 months ago

Describe the bug _insert_rows method broken in AutoObject

I think this is because the rows attribute has been deprecated from the class.

Expected behavior Expect to be able to inject UI components using this method. Or shall we deprecate this method?

jgunstone commented 7 months ago

good spot - i think at some point a var name changed... now need to use di_boxes https://github.com/maxfordham/ipyautoui/blob/877a53755f9ebf75f2ef111d651560b30ec181ad/src/ipyautoui/autoobject.py#L353