I have a custom Toggle style but it doesn't work with labelsHidden()
view modifier. Is it possible to support it?
I know that I can add a property to my style or hide it right in the body, but I wondering if I can support exactly this modifier
Asked
Active
Viewed 105 times
3

Kruperfone
- 126
- 7
-
1Please try to give an [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) – Simon Aug 23 '21 at 09:30
-
...how? What would look like a good minimal reproducible example here? – TheLivingForce Apr 23 '22 at 05:06
-
1@TheLivingForce it is code that anyone else can run in a newly created project and reproduce the problem. In this case `labelsHidden` should be applied but has no effect. – Phil Dukhov Apr 23 '22 at 05:09
-
@PylypDukhov I see. Is it acceptable for me to edit the question to include one? – TheLivingForce Apr 23 '22 at 05:14
-
@TheLivingForce no, just create a new question – Phil Dukhov Apr 23 '22 at 05:31