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
Current version of VInspector requires FieldParentElement attribute to be defined on every field.
Caching the previous parent element attribute would make them function more like Header attributes, also making it easier to migrate from default header attributes to field parent element attributes.
The chain of fields parented to a certain element should be able to be broken with [FieldParentElement(null)], which reverts the cached parent back to default inspector element.
The text was updated successfully, but these errors were encountered:
Current version of VInspector requires
FieldParentElement
attribute to be defined on every field.Caching the previous parent element attribute would make them function more like
Header
attributes, also making it easier to migrate from default header attributes to field parent element attributes.The chain of fields parented to a certain element should be able to be broken with
[FieldParentElement(null)]
, which reverts the cached parent back to default inspector element.The text was updated successfully, but these errors were encountered: