/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/datepicker/datepicker-views-selection/datepicker-views-selection-example.html
11 строк
442 B
Kristiyan Kostadinov
docs: clean up explicit form field appearance (#27103)
16 май 2023, 15:56
Не верифицирован
16 май 2023, 15:56
6679684
Код
Авторство
О чём код?
<mat-form-field> <mat-label>Month and Year</mat-label> <input matInput [matDatepicker]="dp" [formControl]="date"> <mat-hint>MM/YYYY</mat-hint> <mat-datepicker-toggle matIconSuffix [for]="dp"></mat-datepicker-toggle> <mat-datepicker #dp startView="multi-year" (monthSelected)="setMonthAndYear($event, dp)" panelClass="example-month-picker"> </mat-datepicker> </mat-form-field>