Unable to assign the Boolean value false to the required input parameter of the fragment.
Summary:
The Boolean checkbox for the fragment input parameter in the page only accepts a true value when checked. If the checkbox is unchecked, the false value is not communicated to the fragment.
Content (please ensure you mask any confidential information):
Unchecking the checkbox on the page does not communicate a false value to the fragment, but checking the box works perfectly fine for the true value. If the box is unchecked, it will throw an error in the console saying…(below image and here the parameter is editable)
"Providing 'false' in the expression editor also doesn't work.
Help me understand this behaviour. I could create a new variable and assign a Boolean value to it, but I want to know why the
Tagged:
0