I have a mat-select with required. <mat-select placeholder="Favorite animal" [formControl]="animalControl" required> I then use !ngForm.form.valid to ...
確定! 回上一頁