mirror of
https://github.com/bitwarden/browser
synced 2026-02-12 22:44:11 +00:00
* Remove unneeded margin * Made send-search.component ts-strict compliant --------- Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
8 lines
146 B
HTML
8 lines
146 B
HTML
<bit-search
|
|
[placeholder]="'search' | i18n"
|
|
[(ngModel)]="searchText"
|
|
(ngModelChange)="onSearchTextChanged()"
|
|
appAutofocus
|
|
>
|
|
</bit-search>
|