File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1111 < md-radio-button value ="option_3 "> Radio 3</ md-radio-button >
1212 | Text 4 |
1313 < md-input-container >
14- < input mdInput placeholder ="Input ">
14+ < input mdInput placeholder ="Input " value ="Text Input ">
15+ </ md-input-container >
16+ | Text 5 |
17+ < md-input-container >
18+ < textarea mdInput placeholder ="Input " mdTextareaAutosize > Textarea Line 2</ textarea >
1519 </ md-input-container >
1620 | Text After
1721 </ md-card-content >
3135 < md-radio-button value ="option_3 "> Radio 3</ md-radio-button >
3236 | Text 4 |
3337 < md-input-container >
34- < input mdInput placeholder ="Input ">
38+ < input mdInput placeholder ="Input " value ="Text Input ">
39+ </ md-input-container >
40+ | Text 5 |
41+ < md-input-container >
42+ < textarea mdInput placeholder ="Input " mdTextareaAutosize > Textarea Line 2</ textarea >
3543 </ md-input-container >
3644 | Text After
3745 </ h1 >
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ $mat-input-underline-disabled-background-image:
8484 padding : 0 ;
8585 width : 100% ;
8686
87+ // Needed to make last line of the textarea line up with the baseline.
88+ vertical-align : bottom ;
89+
8790 .mat-end & {
8891 text-align : right ;
8992
You can’t perform that action at this time.
0 commit comments