Q:

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)
}
1

New to Communities?

Join the community