@@ -137,6 +137,7 @@ export default function ReadMeExampleSingle() {
137137 // }}
138138 // onChange={} // same props as onConfirm but triggered without confirmed by user
139139 // saveLabel="Save" // optional
140+ // uppercase={false} // optional, default is true
140141 // label="Select date" // optional
141142 // animationType="slide" // optional, default is 'slide' on ios/android and 'none' on web
142143 />
@@ -192,6 +193,7 @@ export default function ReadMeExampleRange() {
192193 // }}
193194 // onChange={} // same props as onConfirm but triggered without confirmed by user
194195 // saveLabel="Save" // optional
196+ // uppercase={false} // optional, default is true
195197 // label="Select period" // optional
196198 // startLabel="From" // optional
197199 // endLabel="To" // optional
@@ -245,6 +247,7 @@ export default function ReadMeExampleMultiple() {
245247 // disabledDates: [new Date()] // optional
246248 // }}
247249 // saveLabel="Save" // optional
250+ // uppercase={false} // optional, default is true
248251 // label="Select period" // optional
249252 // startLabel="From" // optional
250253 // endLabel="To" // optional
@@ -307,6 +310,7 @@ export default function TimePickerPage() {
307310 hours = { 12 } // default: current hours
308311 minutes = { 14 } // default: current minutes
309312 label = " Select time" // optional, default 'Select time'
313+ uppercase = { false } // optional, default is true
310314 cancelLabel = " Cancel" // optional, default: 'Cancel'
311315 confirmLabel = " Ok" // optional, default: 'Ok'
312316 animationType = " fade" // optional, default is 'none'
0 commit comments