Replies: 2 comments
-
I get this to work by defining the Condition in the component rather than try to use it in the feature Level. |
Beta Was this translation helpful? Give feedback.
-
I never used this but |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to conditional install a feature base on the value of control checkbox, in my case this features contains a single component, which includes a
Enviroment
element.I declared the component as:
The UI has this control:
And for the feature I have:
I would expect that when the checkbox is checked the property value would change to 1 and the feature would be installed, but doesn't seem to be the case. In this case the feature is always installed to matter whether I check or uncheck the checkbox control
Beta Was this translation helpful? Give feedback.
All reactions