<-- Back

Validation messages do not disappear after satisfying validation rules

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

 

Have more questions? Submit a request

0 Comments

Article is closed for comments.

To provide feedback, please open a ticket here. Don't forget to include the article's URL along with the feedback you would like to provide.