Hi all,
I am developing a reactive web application on Outsystems 11. Actually I am transitioning from traditional web development to reactive web development. In traditional web application, we have an option of enable property in form widget to make the form editable or non editable. But in reactive web application, there is no option for enable property. To make the form non editable, we have to change the enabled property of every widget present in the form. Isn't it better to provide a enabled property to form to make it editable or not at once. isn't it more efficient?