ion input ngmodel not working ionic 6 code example
Example: ion input ngmodel not working ionic 6
<ion-input [value]="myData" (ionChange)="onChange($event,data)">
...
onChange(event:any,value:any){
console.log(event.detail.data)
}
<ion-input [value]="myData" (ionChange)="onChange($event,data)">
...
onChange(event:any,value:any){
console.log(event.detail.data)
}