Auto expand control type object with providing a boolean "autoexpand: true / false" #23309
Replies: 3 comments
-
|
+1 |
Beta Was this translation helpful? Give feedback.
-
|
I think for now monkey-patch the html with auto-clicker script will be the simplest. If you want, you can use this project as a sample P.S. Check webpack config in |
Beta Was this translation helpful? Give feedback.
-
|
Converting this to a discussion. We’re reserving feature issues for things that are on our short-term roadmap. We’ll check back periodically to see whether this is a good candidate to be added. If this feature would be useful to you, please upvote! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have a feature, where an option can be passed to the control panel, where an object type control can be auto expanded recursively, as it is a pain if you have a complex object. You dont want to expand all of the children manually to change something. It would be best to have a parameter called autoexpand and we could set it to true or false.
Currently it would look like this:

In future it could look like this, depending on what value the user uses in the autoexpand parameter.

Beta Was this translation helpful? Give feedback.
All reactions