1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-28 15:23:53 +00:00

Pm 30608 defect the send page is not refreshed after removing the text in the search bar (#18421)

* PM-30608 resolved search bug

* PM-30608 resolved x button click issue
This commit is contained in:
bmbitwarden
2026-01-25 12:04:32 -05:00
committed by GitHub
parent a2ea4b784d
commit 644caceb08

View File

@@ -23,7 +23,7 @@
<bit-search
[(ngModel)]="searchText"
[placeholder]="'searchSends' | i18n"
(input)="searchTextChanged()"
(ngModelChange)="searchTextChanged()"
appAutofocus
/>
</div>