Skip to content

Commit 84c19bd

Browse files
committed
feat(search-input): add pf-search-input element
1 parent 201693a commit 84c19bd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -268,19 +268,6 @@ export class PfSearchInput extends LitElement {
268268
}
269269
}
270270

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-
284271
/**
285272
* Opens the dropdown
286273
*/

0 commit comments

Comments
 (0)