We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce4e4a commit e1c3b59Copy full SHA for e1c3b59
src/pat/validation/validation.js
@@ -374,7 +374,8 @@ class Pattern extends BasePattern {
374
}
375
376
set_error_message(input) {
377
- this.remove_error(input);
+ // First, remove the old error message.
378
+ this.remove_error(input, false, true);
379
380
// Do not set a error message for a input group like radio buttons or
381
// checkboxes where one has already been set.
0 commit comments