<mat-option*ngFor="let school of possibleSchools"[value]="school.id">{{ school.name }}</mat-option>
</mat-select>
</mat-form-field>
<mat-form-fieldclass="full-width">
<inputmatInputrequiredtype="text"formControlName="specialTeaching"placeholder="Enseignements de spécialité (entrer 'aucun' si jamais vous n'etes pas concerné)">