@dzakyr wrote:
How is it to edit assigned default value of ion-input. I assign a value to ion-input, and when I run the application, the default value cannot be erased.
<ion-item> <ion-input class="detailnya" type="text" [(ngModel)]="edit.name" style="font-size:12px; color: #646262;"> {{ basicUserData?.full_name }}</ion-input> </ion-item>
I Apparently can’t edit “David Beckham” Which is:
{{ basicUserData?.full_name }}
Posts: 1
Participants: 1