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 de4b473 commit 4a81227Copy full SHA for 4a81227
src/index.ts
@@ -640,7 +640,7 @@ export class ValidationService {
640
}
641
642
643
- this.summary[uid] = undefined;
+ delete this.summary[uid];
644
645
this.renderSummary();
646
});
@@ -784,7 +784,7 @@ export class ValidationService {
784
input.classList.add('input-validation-valid');
785
786
let uid = this.getElementUID(input);
787
788
789
790
0 commit comments