Skip to content
Snippets Groups Projects
Commit b5384470 authored by Scott Berg's avatar Scott Berg Committed by Scott Berg
Browse files

Use mat-label instead of placeholder, explicitly set label to float.

parent aaaab2f3
No related branches found
No related tags found
No related merge requests found
Pipeline #37894 passed
......@@ -18,7 +18,8 @@
fxLayoutAlign="start center"
style="margin: 24px 0px 24px 24px;">
<h1 class="sr-only" tabindex="0">Degree Planner</h1>
<mat-form-field class="degree-plans-form-field">
<mat-form-field class="degree-plans-form-field" floatLabel="always">
<mat-label>Degree Plans</mat-label>
<mat-select
aria-label="Degree plans list"
[disabled]="isLoadingPlan$ | async"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment