/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/datepicker/datepicker-overview/datepicker-overview-example.html
9 строк
332 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>Choose a date</mat-label> <!-- #docregion toggle --> <input matInput [matDatepicker]="picker"> <mat-hint>MM/DD/YYYY</mat-hint> <mat-datepicker-toggle matIconSuffix [for]="picker"></mat-datepicker-toggle> <mat-datepicker #picker></mat-datepicker> <!-- #enddocregion toggle --> </mat-form-field>