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 201693a commit 84c19bdCopy full SHA for 84c19bd
elements/pf-search-input/pf-search-input.ts
@@ -268,19 +268,6 @@ export class PfSearchInput extends LitElement {
268
}
269
270
271
- // #computePlaceholderText() {
272
- // return this.placeholder
273
- // || this.querySelector?.<HTMLSlotElement>('[slot=placeholder]')
274
- // ?.assignedNodes()
275
- // ?.reduce((acc, node) => `${acc}${node.textContent}`, '')
276
- // ?.trim()
277
- // || this.#combobox.items
278
- // .filter(this.#isNotPlaceholderOption)
279
- // .at(0)
280
- // ?.value
281
- // || '';
282
- // }
283
-
284
/**
285
* Opens the dropdown
286
*/
0 commit comments