File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ exports[`Picker.Range icon 1`] = `
11
11
<input
12
12
aria-invalid = " false"
13
13
autocomplete = " off"
14
+ date-range = " start"
14
15
value = " 1990-09-03"
15
16
/>
16
17
</div >
@@ -25,6 +26,7 @@ exports[`Picker.Range icon 1`] = `
25
26
<input
26
27
aria-invalid = " false"
27
28
autocomplete = " off"
29
+ date-range = " end"
28
30
value = " 1990-09-03"
29
31
/>
30
32
</div >
@@ -62,6 +64,7 @@ exports[`Picker.Range onPanelChange is array args should render correctly in rtl
62
64
<input
63
65
aria-invalid = " false"
64
66
autocomplete = " off"
67
+ date-range = " start"
65
68
value = " "
66
69
/>
67
70
</div >
@@ -76,6 +79,7 @@ exports[`Picker.Range onPanelChange is array args should render correctly in rtl
76
79
<input
77
80
aria-invalid = " false"
78
81
autocomplete = " off"
82
+ date-range = " end"
79
83
value = " "
80
84
/>
81
85
</div >
@@ -99,6 +103,7 @@ exports[`Picker.Range panelRender 1`] = `
99
103
<input
100
104
aria-invalid = " false"
101
105
autocomplete = " off"
106
+ date-range = " start"
102
107
value = " "
103
108
/>
104
109
</div >
@@ -113,6 +118,7 @@ exports[`Picker.Range panelRender 1`] = `
113
118
<input
114
119
aria-invalid = " false"
115
120
autocomplete = " off"
121
+ date-range = " end"
116
122
value = " "
117
123
/>
118
124
</div >
@@ -161,6 +167,7 @@ exports[`Picker.Range use dateRender and monthCellRender in date range picker 1`
161
167
<input
162
168
aria-invalid = " false"
163
169
autocomplete = " off"
170
+ date-range = " start"
164
171
value = " "
165
172
/>
166
173
</div >
@@ -175,6 +182,7 @@ exports[`Picker.Range use dateRender and monthCellRender in date range picker 1`
175
182
<input
176
183
aria-invalid = " false"
177
184
autocomplete = " off"
185
+ date-range = " end"
178
186
value = " "
179
187
/>
180
188
</div >
@@ -1200,6 +1208,7 @@ exports[`Picker.Range use dateRender and monthCellRender in month range picker 1
1200
1208
<input
1201
1209
aria-invalid = " false"
1202
1210
autocomplete = " off"
1211
+ date-range = " start"
1203
1212
value = " "
1204
1213
/>
1205
1214
</div >
@@ -1214,6 +1223,7 @@ exports[`Picker.Range use dateRender and monthCellRender in month range picker 1
1214
1223
<input
1215
1224
aria-invalid = " false"
1216
1225
autocomplete = " off"
1226
+ date-range = " end"
1217
1227
value = " "
1218
1228
/>
1219
1229
</div >
You can’t perform that action at this time.
0 commit comments