Styling Manager auto-hide properties #5535
Unanswered
josejbracho
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you share a reproducible demo? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to show/hide certain properties on the styling manager depending on others, for example: only show flex related properties if flex is enabled in the component.
There is a default behaviour that works, whenever the properties are defined as lists I get the desired behaviour.
When flex is enabled, other properties are displayed:
When flex is disabled, other properties are hidden:
Inspecting the elements, I can see they get a
style="display: none"
that actually hides the properties.If I switch the properties to be radios, they do not follow this behaviour anymore:
What is driving this and how can I make sure to apply it on properties that are now radio selected?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions