Closed artgladun closed 7 years ago
@artgladun, I think, your selector should look like this:
input:not([type=radio]):not([type=checkbox])[formControlName],
textarea[formControlName],
input:not([type=radio]):not([type=checkbox])[formControl],
textarea[formControl],
input:not([type=radio]):not([type=checkbox])[ngModel],
textarea[ngModel],
[ngDefaultControl]
You'are right. Please also consider removing password input out of this selector.
Thanks for reporting it... It's fixed in release v0.0.6
I've improved your selector to ignore radio buttons as well. Without it, radios miss values after init.