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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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