maxfordham / ipyautoui

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

♻️ Don't set default when trying to set empty list #241

Closed ollyhensby closed 9 months ago

ollyhensby commented 9 months ago

When settings an empty list (or tuple) to an EditGrid object, set an empty dataframe to EditGrid.grid.data. Before these changes, it was setting a default value when trying to set to an empty list which meant that there could never be an empty EditGrid.