You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour
I expect this configuration to be interpreted by AutoObject, and if open_nested=True then the nested objects open upon instantiation.
The text was updated successfully, but these errors were encountered:
Describe the bug
open_nested=True
when defined inmodel_config
of a pydantic class is not being interpreted byAutoObject
.To Reproduce
See
ipyautoui/src/ipyautoui/demo_schemas/ruleset.py
Line 253 in 5e6ab47
Expected behaviour
I expect this configuration to be interpreted by AutoObject, and if
open_nested=True
then the nested objects open upon instantiation.The text was updated successfully, but these errors were encountered: