Replies: 2 comments 4 replies
-
You can try using data attributes (yeah, a bit hacky, but at least it works). |
Beta Was this translation helpful? Give feedback.
3 replies
-
Unfortunately, this would be the only recommended way right now, without incurring hacky solutions (eg. update selector tags DOM on target change). |
Beta Was this translation helpful? Give feedback.
1 reply
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 know private selectors don't show; but also you can't change any values to them, and
componentFirst: false
don't play well with private selectors too.I am trying to get the best of both worlds; having some class pre-applied to some components (but don't show it on the selectorManager) while also being able to modify it's style values with
componentFist: false
so that it automatically updates all components with that class.Is there a way to hide protected selectors without writing a whole custom selectorManager from scratch?
Beta Was this translation helpful? Give feedback.
All reactions