Property value removed when "Show validation messages in read-only mode" is checked on Control
For a Property of Type Date , I have configured a validation rule on post submit of a flow action.
Control configured is DateTime. Option "Show validation messages in read-only mode" is checked.
1) When an incorrect value is keyed-in, Validation is fired and error message is displayed.
2) Next , when the correct value is keyed-in, in the tracer I observed that Value is removed from the Page and hence validation is fired.
I now, uncheck the Option "Show validation messages in read-only mode" and it works as expected.(Property Value persists).
Please explain why the value was being removed when this option is selected.