diff --git a/src/components/select/select.ts b/src/components/select/select.ts index ab6762ff4..a2f1d9bec 100644 --- a/src/components/select/select.ts +++ b/src/components/select/select.ts @@ -359,7 +359,7 @@ export default class WaSelect extends WebAwesomeFormAssociatedElement { // If it is open, update the value based on the current selection and close it if (this.currentOption && !this.currentOption.disabled) { - this.valueHasChanged = true + this.valueHasChanged = true; if (this.multiple) { this.toggleOptionSelection(this.currentOption); } else {