Skip to content

Commit

Permalink
UI: Component Install Real-Time Filtering in Search Bar (#2963)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0w3y authored Jan 13, 2025
1 parent 49bccb8 commit 5828abb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ion-content>
<ion-searchbar style="--background: var(--ion-color-searchbar-background); color:var(--ion-color-searchbar-text);"
(ionChange)="updateFilter($event.detail.value)"></ion-searchbar>
(ionInput)="updateFilter($event.detail.value)"></ion-searchbar>
<ion-list>
<ng-container *ngFor="let entry of list">
<ion-item-group>
Expand Down

0 comments on commit 5828abb

Please sign in to comment.