@@ -20,7 +20,8 @@ type: example
2020 screenReaderLabels= {{
2121 calendarIcon: ' Calendar' ,
2222 nextMonthButton: ' Next month' ,
23- prevMonthButton: ' Previous month'
23+ prevMonthButton: ' Previous month' ,
24+ datePickerDialog: ' Date picker'
2425 }}
2526 value= {inputValue}
2627 width= " 20rem"
@@ -69,7 +70,8 @@ const Example = () => {
6970 screenReaderLabels= {{
7071 calendarIcon: ' Calendar' ,
7172 nextMonthButton: ' Next month' ,
72- prevMonthButton: ' Previous month'
73+ prevMonthButton: ' Previous month' ,
74+ datePickerDialog: ' Date picker'
7375 }}
7476 width= " 20rem"
7577 value= {value}
@@ -82,7 +84,8 @@ const Example = () => {
8284 screenReaderLabels= {{
8385 calendarIcon: ' Calendar' ,
8486 nextMonthButton: ' Next month' ,
85- prevMonthButton: ' Previous month'
87+ prevMonthButton: ' Previous month' ,
88+ datePickerDialog: ' Date picker'
8689 }}
8790 width= " 20rem"
8891 value= {value2}
@@ -96,7 +99,8 @@ const Example = () => {
9699 screenReaderLabels= {{
97100 calendarIcon: ' Calendar' ,
98101 nextMonthButton: ' Next month' ,
99- prevMonthButton: ' Previous month'
102+ prevMonthButton: ' Previous month' ,
103+ datePickerDialog: ' Date picker'
100104 }}
101105 width= " 20rem"
102106 value= {value3}
@@ -147,7 +151,8 @@ type: example
147151 screenReaderLabels= {{
148152 calendarIcon: ' Calendar' ,
149153 nextMonthButton: ' Next month' ,
150- prevMonthButton: ' Previous month'
154+ prevMonthButton: ' Previous month' ,
155+ datePickerDialog: ' Date picker'
151156 }}
152157 value= {inputValue}
153158 width= " 20rem"
@@ -216,7 +221,8 @@ const Example = () => {
216221 screenReaderLabels= {{
217222 calendarIcon: ' Calendar' ,
218223 nextMonthButton: ' Next month' ,
219- prevMonthButton: ' Previous month'
224+ prevMonthButton: ' Previous month' ,
225+ datePickerDialog: ' Date picker'
220226 }}
221227 width= " 20rem"
222228 value= {value}
@@ -257,7 +263,8 @@ const Example = () => {
257263 screenReaderLabels= {{
258264 calendarIcon: ' Calendar' ,
259265 nextMonthButton: ' Next month' ,
260- prevMonthButton: ' Previous month'
266+ prevMonthButton: ' Previous month' ,
267+ datePickerDialog: ' Date picker'
261268 }}
262269 value= {inputValue}
263270 locale= " en-us"
0 commit comments