fix infinite loop

This commit is contained in:
Cory LaViska
2024-11-25 12:33:15 -05:00
parent e7999b0458
commit 3e36d13c78
2 changed files with 1 additions and 4 deletions

View File

@@ -122,6 +122,7 @@
"peta",
"petabit",
"Preact",
"preconnect",
"prismjs",
"progressbar",
"radiogroup",

View File

@@ -277,10 +277,6 @@ export default class WaSelect extends WebAwesomeFormAssociatedElement {
}
}
if (changedProperties.has('value') && this.hasUpdated) {
this.handleValueChange();
}
if (changedProperties.has('open') && this.hasUpdated) {
this.handleOpenChange();
}