@@ -6,6 +6,7 @@ exports[`Input basic 1`] = `
6
6
class = " t-input-skin t-input t--size-m"
7
7
>
8
8
<input
9
+ placeholder = " Please input"
9
10
type = " text"
10
11
value = " "
11
12
/>
@@ -20,6 +21,7 @@ exports[`Input basic 2`] = `
20
21
>
21
22
<input
22
23
class = " hello"
24
+ placeholder = " Please input"
23
25
type = " text"
24
26
value = " "
25
27
/>
@@ -33,6 +35,7 @@ exports[`Input clearable 1`] = `
33
35
class = " t-input-skin t-input t-input--clearable t--size-m"
34
36
>
35
37
<input
38
+ placeholder = " Please input"
36
39
type = " text"
37
40
value = " "
38
41
/>
@@ -45,6 +48,7 @@ exports[`Input count 1`] = `
45
48
class = " t-input-skin t-input t--size-m"
46
49
>
47
50
<input
51
+ placeholder = " Please input"
48
52
type = " text"
49
53
value = " "
50
54
/>
@@ -67,6 +71,7 @@ exports[`Input count 2`] = `
67
71
class = " t-input-skin t-input t--size-m"
68
72
>
69
73
<input
74
+ placeholder = " Please input"
70
75
type = " text"
71
76
value = " "
72
77
/>
@@ -91,6 +96,7 @@ exports[`Input count 3`] = `
91
96
class = " t-input-skin t-input t-input--textarea t--size-m"
92
97
>
93
98
<textarea
99
+ placeholder = " Please input"
94
100
rows = " 3"
95
101
/>
96
102
<div
@@ -108,6 +114,7 @@ exports[`Input count 4`] = `
108
114
class = " t-input-skin t-input t-input--textarea t--size-m"
109
115
>
110
116
<textarea
117
+ placeholder = " Please input"
111
118
rows = " 3"
112
119
/>
113
120
<div
@@ -127,6 +134,7 @@ exports[`Input loading 1`] = `
127
134
class = " t-input-skin t-input t-input--loading t--size-m"
128
135
>
129
136
<input
137
+ placeholder = " Please input"
130
138
type = " text"
131
139
value = " "
132
140
/>
@@ -162,6 +170,7 @@ exports[`Input password basic 1`] = `
162
170
class = " t-input-skin t-input t--size-m"
163
171
>
164
172
<input
173
+ placeholder = " Please input"
165
174
type = " password"
166
175
/>
167
176
<div
@@ -194,6 +203,7 @@ exports[`Input prefix 1`] = `
194
203
foo
195
204
</div >
196
205
<input
206
+ placeholder = " Please input"
197
207
type = " text"
198
208
value = " "
199
209
/>
@@ -205,6 +215,7 @@ exports[`Input suffix 1`] = `
205
215
class = " t-input-skin t-input t--size-m"
206
216
>
207
217
<input
218
+ placeholder = " Please input"
208
219
type = " text"
209
220
value = " "
210
221
/>
@@ -221,6 +232,7 @@ exports[`Input textarea 1`] = `
221
232
class = " t-input-skin t-input t-input--textarea t--size-m"
222
233
>
223
234
<textarea
235
+ placeholder = " Please input"
224
236
rows = " 3"
225
237
/>
226
238
</label >
0 commit comments