We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ceabc2 commit 6c23f3eCopy full SHA for 6c23f3e
elements/pf-search-input/pf-search-input.ts
@@ -265,15 +265,6 @@ export class PfSearchInput extends LitElement {
265
if (this.value !== this.#combobox.selected[0]?.value) {
266
this.#combobox.selected = [];
267
}
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
277
278
279
#onSubmit(event: KeyboardEvent) {
0 commit comments