@CapCa wrote:
Hello,
I would like to update the value of ion-input. I tried out multiple examples:bind value
ion-input [value]="control.input.value" type="text"
--> update in class with ( (this.control)).updateValue('dummy');bind with model
ion-input [(ngModel)]="inputField" type="text"
--> update in class with this.inputField = 'dummy';All this works in desktop browser, but unfortunatly on Android it fails. Thank you for your advices
Posts: 1
Participants: 1