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
I have lot of boolean props. It is rendering a "Set boolean" button for every one, instead of a switch control
I guess it is doing that because there is not defined any input. But I would rather have it display the switch control in the off position.
Is there any way to make it do that for boolean props? Basically I always want it to display the control there, like the default Controls panel does, instead of requiring this "Set something" button to be pressed before revealing the control
The text was updated successfully, but these errors were encountered:
For me the addon doesn't convert any default values of the props into args. So all of the args have to be set to the default values of props manually, which is a pity. This tool solves this problem, although instead of the built-in Stencil documentation builder it uses CEM.
I have lot of boolean props. It is rendering a "Set boolean" button for every one, instead of a switch control
I guess it is doing that because there is not defined any input. But I would rather have it display the switch control in the off position.
Is there any way to make it do that for boolean props? Basically I always want it to display the control there, like the default Controls panel does, instead of requiring this "Set something" button to be pressed before revealing the control
The text was updated successfully, but these errors were encountered: