Skip to content

Commit 6c23f3e

Browse files
committed
chore: code cleanup
1 parent 4ceabc2 commit 6c23f3e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

elements/pf-search-input/pf-search-input.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,6 @@ export class PfSearchInput extends LitElement {
265265
if (this.value !== this.#combobox.selected[0]?.value) {
266266
this.#combobox.selected = [];
267267
}
268-
// Will remove after review
269-
// for (const item of this.#combobox.items){
270-
// if (item.hasAttribute('selected')) {
271-
// if(item.value !== this.value){
272-
// this.#setItemSelected(item, false);
273-
// this.requestUpdate();
274-
// }
275-
// }
276-
// }
277268
}
278269

279270
#onSubmit(event: KeyboardEvent) {

0 commit comments

Comments
 (0)