maxfordham/ipyautoui

๐Ÿ› AutoObject _insert_rows method broken

Opened this issue ยท 1 comments

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?

good spot -
i think at some point a var name changed...
now need to use di_boxes

self.vbx_main.children = list(self.di_boxes.values())