diff --git a/select/internal/select.ts b/select/internal/select.ts index 937ec628a52..c5c0c73cd41 100644 --- a/select/internal/select.ts +++ b/select/internal/select.ts @@ -801,7 +801,9 @@ export abstract class Select extends LitElement { const validationMessage = this.customValidationMessage || valueMissing && this.getRequiredValidationMessage() || ''; - this.internals.setValidity({valueMissing, customError}, validationMessage); + this.internals.setValidity( + {valueMissing, customError}, validationMessage, + this.field ?? undefined); } // Returns the platform `