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
The ability to autocomplete str type custom attributes based on a LeafType is good, but can still allow for errors or mispellings. It also doesn't allow for a dropdown of possible valid options to be viewed during assignment.
I propose either
an additional constraint option that prevents saving (shows an error) if the entered text is does not have a LeafType Leaf match.
A new enum type/option that sources the enum values directly from a LeafType, where the enum value is the leaf path and the enum label is the leaf name.
The text was updated successfully, but these errors were encountered:
The ability to autocomplete str type custom attributes based on a LeafType is good, but can still allow for errors or mispellings. It also doesn't allow for a dropdown of possible valid options to be viewed during assignment.
I propose either
The text was updated successfully, but these errors were encountered: