When Input.Enabled property has been set to false, a user can not interact with the input widget (he can not modify the value).
The input field is now disable however if the user use chrome he/she could change the input value by right clicking on the input field and select "Inspect Element", from here the user can change the input value.
To avoid this issue you have to overwrite the user input field within your action, it would be good if outsystems fixed this issue by overwriting any modified value where input.enabled=false.
The input field is now disable however if the user use chrome he/she could change the input value by right clicking on the input field and select "Inspect Element", from here the user can change the input value.
To avoid this issue you have to overwrite the user input field within your action, it would be good if outsystems fixed this issue by overwriting any modified value where input.enabled=false.