@5odin wrote:
I have a simple searchbar. (ionInput) works great in both android and web in debug build .
but the event never triggers in --prod build on both platforms.
Even a simple console.log() doesn’t work.HTML :
<ion-searchbar [(ngModel)]=“cher” placeholder=“Search” (ionInput)=“log()” >
Ts:
log() { console.log(“why”) }
(I have the latest version in everything in my package.json )
ionic-angular": “3.9.2
angular”: “5.1.2”
Posts: 1
Participants: 1