From e9810b3d80638bdad20cffa202f6d9a372c5d244 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Thu, 3 Oct 2024 10:00:07 -0400 Subject: [PATCH] prettier --- src/components/select/select.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {