Hi guys, I created a page inside the tab, and I created a ion-searchbar in the header. I notice there are two bugs. Is there anyone experience this? Appreciate you can advise accordingly.
- Clear button attribute doesn’t work. Though I set showCanButton flag = false, it still shows the clear button.
- Once I tap on the clear button, the tabbar position is changed, and it appears at top of the keyboard.
- Keyboard will block the bottom of the list.
My codes:
<ion-searchbar
[(ngModel)]=“circleName”
showCancelButton = false
(ionInput)=“onKeywordFilter($event)”
(ionCancel)=“onKeywordFilterCancel($event)”>