show key path in field selection #1158
Unanswered
schiller-manuel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a deeply nested data structure where property of the same name occurs in multiple location of the tree.
Example:
here the fields
quotedTweet.user.handle
anduser.handle
where selected, but the UI only showshandle
:When I hover over the fields, I see the paths:
Is there a builtin setting to show the key path when a field was selected?
e.g. like this
I can build this myself since I handle all the UI via shadcn UI myself, but maybe something exists already
Beta Was this translation helpful? Give feedback.
All reactions