This commit is contained in:
konnorrogers
2024-09-24 13:54:39 -04:00
parent 6d2acab81f
commit f9b3f1e01d

View File

@@ -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;