How can I replace the usage of [(ngModel)] from ionic 3 to ionic 6 in an ion-searchbar?
<ion-searchbar placeholder=“Search” [(ngModel)]=“mySearch” class=“ionSearchBar”>
How can I replace the usage of [(ngModel)] from ionic 3 to ionic 6 in an ion-searchbar?
<ion-searchbar placeholder=“Search” [(ngModel)]=“mySearch” class=“ionSearchBar”>