-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Additional context I'm getting my head around the codebase - I think the change needs to go here? Is it as simple as adding |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @cc-stjm, I suggest you look for We got this reflexion in #224 as possibilities are endless :
|
Beta Was this translation helpful? Give feedback.
Hello @cc-stjm,
I suggest you look for
ValueComponent
example which gives you the control you seek.We got this reflexion in #224 as possibilities are endless :
JSON.stringify(value, null, 2)
JSON.stringify(value, null, 4)
JSON.stringify(value, null, "\t")