File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11
11
< md-radio-button value ="option_3 "> Radio 3</ md-radio-button >
12
12
| Text 4 |
13
13
< 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 >
15
19
</ md-input-container >
16
20
| Text After
17
21
</ md-card-content >
31
35
< md-radio-button value ="option_3 "> Radio 3</ md-radio-button >
32
36
| Text 4 |
33
37
< 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 >
35
43
</ md-input-container >
36
44
| Text After
37
45
</ h1 >
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ $mat-input-underline-disabled-background-image:
84
84
padding : 0 ;
85
85
width : 100% ;
86
86
87
+ // Needed to make last line of the textarea line up with the baseline.
88
+ vertical-align : bottom ;
89
+
87
90
.mat-end & {
88
91
text-align : right ;
89
92
You can’t perform that action at this time.
0 commit comments