Skip to content

Commit

Permalink
Fix Search gets only Fired when "Enter" is pressed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0w3y authored Dec 20, 2024
1 parent 2a1b88a commit 2bea783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/index/overview/overview.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ion-col>
<ion-searchbar
style="--background: var(--ion-color-searchbar-background); color:var(--ion-color-searchbar-text);"
[(ngModel)]="query" (ionChange)="searchOnChange()">
[(ngModel)]="query" (input)="searchOnChange()">
</ion-searchbar>
</ion-col>
</ion-row>
Expand Down

0 comments on commit 2bea783

Please sign in to comment.