@Teazy wrote:
So i'm trying to create a dynamic form with Ionic 2.
I use
[attr.formControlName]="hasInputType(['radio'], itemInput) ? itemInput.uuid : null"but in my HTML with the console I get
<ion-list class="list list-ios radio-group" radio-group formcontrolname="input0">
formControlNamehas been lowercasedI don't know if it change anythings. But when I inspect others inputs with
[formControlName]="itemInput.uuid"(not with an [attr.formControlName] I don't see anythings likeformcontrolname="input1".If anybody has a solution ! Thank you
Posts: 1
Participants: 1