This commit is contained in:
konnorrogers
2025-07-03 17:57:46 -04:00
parent e9acff04f5
commit 754def760e

View File

@@ -535,7 +535,6 @@ export default class WaSelect extends WebAwesomeFormAssociatedElement {
private handleOptionClick(event: MouseEvent) {
const target = event.target as HTMLElement;
const option = target.closest('wa-option');
const oldValue = this.value;
if (option && !option.disabled) {
this.hasInteracted = true