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 a363caa commit 1ae7863Copy full SHA for 1ae7863
elements/pf-search-input/pf-search-input.ts
@@ -186,13 +186,11 @@ export class PfSearchInput extends LitElement {
186
<div class="search-icon">
187
<pf-icon size="md" icon="search" set="fas">search</pf-icon>
188
</div>
189
- <pf-text-input
190
- icon="search"
+ <input
191
id="toggle-input"
192
?disabled="${disabled}"
193
@keydown=${this.#onSearchInput}
194
placeholder="${placeholder || this.#buttonLabel}">
195
- </pf-text-input>
196
<pf-button
197
@click="${this.#OnClose}"
198
?hidden="${this.#hideCloseButton()}"
0 commit comments