@@ -140,7 +140,6 @@ exports[`should click on select end date 1`] = `
140140 font-weight="600"
141141 id="startDate"
142142 placeholder="Start date"
143- readonly=""
144143 tabindex="0"
145144 value=""
146145 width="100%"
@@ -199,7 +198,6 @@ exports[`should click on select end date 1`] = `
199198 font-weight="600"
200199 id="endDate"
201200 placeholder="End date"
202- readonly=""
203201 tabindex="0"
204202 value=""
205203 width="100%"
@@ -788,7 +786,6 @@ exports[`should have empty end date and focused end date 1`] = `
788786 font-weight="600"
789787 id="startDate"
790788 placeholder="Start date"
791- readonly=""
792789 tabindex="0"
793790 value="03/16/2019"
794791 width="100%"
@@ -847,7 +844,6 @@ exports[`should have empty end date and focused end date 1`] = `
847844 font-weight="600"
848845 id="endDate"
849846 placeholder="End date"
850- readonly=""
851847 tabindex="0"
852848 value=""
853849 width="100%"
@@ -2983,7 +2979,6 @@ exports[`should have empty start and end date and focused start date - placement
29832979 font-weight="600"
29842980 id="startDate"
29852981 placeholder="Start date"
2986- readonly=""
29872982 tabindex="0"
29882983 value=""
29892984 width="100%"
@@ -3042,7 +3037,6 @@ exports[`should have empty start and end date and focused start date - placement
30423037 font-weight="600"
30433038 id="endDate"
30443039 placeholder="End date"
3045- readonly=""
30463040 tabindex="-1"
30473041 value=""
30483042 width="100%"
@@ -5176,7 +5170,6 @@ exports[`should have empty start and end date and focused start date 1`] = `
51765170 font-weight="600"
51775171 id="startDate"
51785172 placeholder="Start date"
5179- readonly=""
51805173 tabindex="0"
51815174 value=""
51825175 width="100%"
@@ -5235,7 +5228,6 @@ exports[`should have empty start and end date and focused start date 1`] = `
52355228 font-weight="600"
52365229 id="endDate"
52375230 placeholder="End date"
5238- readonly=""
52395231 tabindex="-1"
52405232 value=""
52415233 width="100%"
@@ -7355,7 +7347,6 @@ exports[`should not render calendar icons 1`] = `
73557347 font-weight="600"
73567348 id="startDate"
73577349 placeholder="test"
7358- readonly=""
73597350 tabindex="0"
73607351 value="16.03.2019"
73617352 width="100%"
@@ -7394,7 +7385,6 @@ exports[`should not render calendar icons 1`] = `
73947385 font-weight="600"
73957386 id="endDate"
73967387 placeholder="test"
7397- readonly=""
73987388 tabindex="0"
73997389 value=""
74007390 width="100%"
@@ -9513,7 +9503,6 @@ exports[`should render custom day 1`] = `
95139503 font-weight="600"
95149504 id="startDate"
95159505 placeholder="Start date"
9516- readonly=""
95179506 tabindex="0"
95189507 value=""
95199508 width="100%"
@@ -9572,7 +9561,6 @@ exports[`should render custom day 1`] = `
95729561 font-weight="600"
95739562 id="endDate"
95749563 placeholder="End date"
9575- readonly=""
95769564 tabindex="-1"
95779565 value=""
95789566 width="100%"
@@ -11493,7 +11481,6 @@ exports[`should render rtl variant 1`] = `
1149311481 font-weight="600"
1149411482 id="startDate"
1149511483 placeholder="Start date"
11496- readonly=""
1149711484 tabindex="0"
1149811485 value="03/16/2019"
1149911486 width="100%"
@@ -11552,7 +11539,6 @@ exports[`should render rtl variant 1`] = `
1155211539 font-weight="600"
1155311540 id="endDate"
1155411541 placeholder="End date"
11555- readonly=""
1155611542 tabindex="0"
1155711543 value=""
1155811544 width="100%"
@@ -13725,7 +13711,6 @@ exports[`should render vertical variant 1`] = `
1372513711 font-weight="600"
1372613712 id="startDate"
1372713713 placeholder="Start date"
13728- readonly=""
1372913714 tabindex="0"
1373013715 value="03/16/2019"
1373113716 width="100%"
@@ -13784,7 +13769,6 @@ exports[`should render vertical variant 1`] = `
1378413769 font-weight="600"
1378513770 id="endDate"
1378613771 placeholder="End date"
13787- readonly=""
1378813772 tabindex="0"
1378913773 value=""
1379013774 width="100%"
@@ -15968,7 +15952,6 @@ exports[`should render vertical, rtl variant 1`] = `
1596815952 font-weight="600"
1596915953 id="startDate"
1597015954 placeholder="Start date"
15971- readonly=""
1597215955 tabindex="0"
1597315956 value="03/16/2019"
1597415957 width="100%"
@@ -16027,7 +16010,6 @@ exports[`should render vertical, rtl variant 1`] = `
1602716010 font-weight="600"
1602816011 id="endDate"
1602916012 placeholder="End date"
16030- readonly=""
1603116013 tabindex="0"
1603216014 value=""
1603316015 width="100%"
@@ -18008,7 +17990,6 @@ exports[`should render without reset dates, close and selected dates component 1
1800817990 font-weight="600"
1800917991 id="startDate"
1801017992 placeholder="Start date"
18011- readonly=""
1801217993 tabindex="0"
1801317994 value="03/16/2019"
1801417995 width="100%"
@@ -18067,7 +18048,6 @@ exports[`should render without reset dates, close and selected dates component 1
1806718048 font-weight="600"
1806818049 id="endDate"
1806918050 placeholder="End date"
18070- readonly=""
1807118051 tabindex="0"
1807218052 value=""
1807318053 width="100%"
0 commit comments