mirror of
https://github.com/bitwarden/browser
synced 2026-02-26 01:23:24 +00:00
12 lines
263 B
HTML
12 lines
263 B
HTML
<div class="search" *ngIf="state.enabled">
|
|
<input
|
|
type="search"
|
|
[placeholder]="state.placeholderText"
|
|
id="search"
|
|
autocomplete="off"
|
|
[formControl]="searchText"
|
|
appAutofocus
|
|
/>
|
|
<i class="bwi bwi-search" aria-hidden="true"></i>
|
|
</div>
|