Issue
When a validation rule (configured using one of the methods outlined in the Setting Up Data Validation document on a Text Box or a Text Area) is satisfied, the validation message is still displayed. The message does not disappear immediately, and it requires an extra click for the message to disappear.
Environment
Studio Pro (all versions)
Cause
The issue is only valid for the Text Box or Text Area Input Elements, since there is an On Change Behavior setting for these elements. The On Change Behavior property (under the Events tab in the widget's properties) lets users select how on change is handled via the following preferences in Studio Pro:
- When user leaves input field
- While user is entering data
If On change behavior is set to When user leaves input field for an element and the mouse focus remains on the element, the change cannot be applied, and the validation message persists because the data has not been modified.
Solution/Workaround
To apply changes as soon as the input field is modified, select the While user is entering data option for the On Change behavior under the Events tab in the widget's properties. As soon as the modified data satisfies the validation rule, the validation message disappears.
Internal information related
- 176468, 176512, 215579
- CJZ85RLTA/p1714990691017489
Additional information
Not applicable
0 Comments