带有角形材料“多个选择元素”选项的复选标记图标的显示出现问题

时间:2019-02-04 20:44:48

标签: angular angular-material

我在应用程序中添加了角形材质的多选输入,但是由于某种原因,复选标记图标无法正确显示(我的HTML位于RTL中)

我的选择

enter image description here

应该

enter image description here

HTML

 <mat-form-field>
            <mat-select (selectionChange)="onSelectDay($event.value)" formControlName="day"placeholder="*יום" multiple>
              <mat-option  *ngFor="let day of daysToSelect"  [value]="day">{{day.hebrewWeekDay}}</mat-option>
            </mat-select>
          </mat-form-field>

0 个答案:

没有答案