diff --git a/src/components/select/select.ts b/src/components/select/select.ts index 85f6cde20..bf1bee3c1 100644 --- a/src/components/select/select.ts +++ b/src/components/select/select.ts @@ -175,7 +175,7 @@ export default class WaSelect extends WebAwesomeFormAssociatedElement { } if (Array.isArray(this._value) && this._value.length === 0) { - return this.defaultValue + return this.defaultValue; } return this._value ?? this.defaultValue;