Eureka icon indicating copy to clipboard operation
Eureka copied to clipboard

Hiding/Disabling Condition only checks row tags, not section tags

Open cerupcat opened this issue 7 years ago • 1 comments

I'm creating a Condition that depends on the value of a SelectableSection. Using that tag of that section doesn't re-evaluate the Condition when the SelectableSection changes. The work around is to loop through and add the tags for each row of the SelectableSection, but this isn't ideal.

Feature request: allow adding section tags to Condition and re-evaluate Condition when section changes.

cerupcat avatar Sep 07 '17 02:09 cerupcat

I'm on the same boat as you! It would be cool if could do something similar like "SegmentedRow" Ex: <<< SegmentedRow<String>("segments"){ ... +++ SelectableSection<ImageCheckRow<String>>("selection") { section in ... Where in SegmentedRow we can use the "$segments" to determine it's selection, and would be cool to have something similar for the "SelectableSection" ex: "$selection" to have the same effect.

saormart avatar Jan 13 '23 14:01 saormart