This commit is contained in:
Cory LaViska
2025-06-13 13:55:30 -04:00
parent bdfbf9d8f1
commit f18a4529a7

View File

@@ -866,7 +866,7 @@ export default class WaColorPicker extends WebAwesomeFormAssociatedElement {
}
private reportValidityAfterShow = () => {
// Remove the event so we dont emit "wa-invalid" twice
// Remove the event so we don't emit "wa-invalid" twice
this.removeEventListener('invalid', this.emitInvalid);
this.reportValidity();