Steps to reproduce
- Create a blank studio, a view model, and, a form description on
flow::System
- Add a FlexboxContainer to the existing group
- Fill its details with at least
aql:false in the Is Enable Expression
- Add two Textfield widget in the flexbox container to display the name of the System
- Set the second Textfield widget
Is Enable Expression to aql:false
- Create a new project with a flow model
- Create the Form representation
Expected Result
Both Textfields are disabled
Actual Result
Only the second Textfield is disabled