This commit is contained in:
konnorrogers
2024-10-03 10:00:07 -04:00
parent 8c9cfc30da
commit e9810b3d80

View File

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