Clears any error messages currently displayed by the named field. The function invokes the field's own error clear function.
Executed
Client-side only.
Arguments
Argument | Type | Description |
---|---|---|
fieldName | String, required | The name of the field that is displaying the error you'd like to clear |
Example
This example will clear any error messages currently displayed by FIELD6.
function (helper) {
helper.errorClear('FIELD6');
}
Try it out using the example in .errorDisplay.
Last modified on March 26, 2024