“Brak akcesoriów do kontroli formularza z nieokreślonym atrybutem nazwy” Kod odpowiedzi

Błąd błędu: brak wartości do kontroli formularza z nieokreślonym atrybutem nazwy

Add ngDefaultControl attribute to the element that carries the [(ngModel)] attribute.
Mlifonza

Błąd: brak wartości do kontroli formularza z nieokreślonym atrybutem nazwy

I fixed this error by adding the name="fieldName" ngDefaultControl attributes to the element that carries the [(ngModel)] attribute.
Mohan Eswar

Brak akcesoriów do kontroli formularza z nieokreślonym atrybutem nazwy

It worked for me by importing the component's module. e.g for angular material checkbox, I had to import the MatCheckboxModule in the app module.
Cute Civet

Więcej niż jeden niestandardowy Akcesoror pasuje do kontroli formularza z nieokreślonym atrybutem nazwy

The problem here is: the ngx mask and angular material datepicker combined, they cannot be combined!
It is a limitation of Angular

<div class="form-group">
    <label class="control-label col-lg-2 text-right">Birthday</label>
    <div class="col-lg-4">
        <input type="text" class="form-control" formControlName="birthday" placeholder="MM/DD/YYYY"  mask="00/00/0000" autocomplete="off" bsDatepicker>
    </div>
</div>
RenyDev

Odpowiedzi podobne do “Brak akcesoriów do kontroli formularza z nieokreślonym atrybutem nazwy”

Pytania podobne do “Brak akcesoriów do kontroli formularza z nieokreślonym atrybutem nazwy”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu