Skip to content

Commit 1ae7863

Browse files
committed
chore: spec file updated
1 parent a363caa commit 1ae7863

File tree

2 files changed

+76
-303
lines changed

2 files changed

+76
-303
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,11 @@ export class PfSearchInput extends LitElement {
186186
<div class="search-icon">
187187
<pf-icon size="md" icon="search" set="fas">search</pf-icon>
188188
</div>
189-
<pf-text-input
190-
icon="search"
189+
<input
191190
id="toggle-input"
192191
?disabled="${disabled}"
193192
@keydown=${this.#onSearchInput}
194193
placeholder="${placeholder || this.#buttonLabel}">
195-
</pf-text-input>
196194
<pf-button
197195
@click="${this.#OnClose}"
198196
?hidden="${this.#hideCloseButton()}"

0 commit comments

Comments
 (0)