@@ -152,6 +152,7 @@ export default function ReadMeExampleSingle() {
152152 // }}
153153 // onChange={} // same props as onConfirm but triggered without confirmed by user
154154 // saveLabel="Save" // optional
155+ // saveLabelDisabled={true} // optional, default is false
155156 // uppercase={false} // optional, default is true
156157 // label="Select date" // optional
157158 // animationType="slide" // optional, default is 'slide' on ios/android and 'none' on web
@@ -213,6 +214,7 @@ export default function ReadMeExampleRange() {
213214 // }}
214215 // onChange={} // same props as onConfirm but triggered without confirmed by user
215216 // saveLabel="Save" // optional
217+ // saveLabelDisabled={true} // optional, default is false
216218 // uppercase={false} // optional, default is true
217219 // label="Select period" // optional
218220 // startLabel="From" // optional
@@ -275,6 +277,7 @@ export default function ReadMeExampleMultiple() {
275277 // uppercase={false} // optional, default is true
276278 // label="Select period" // optional
277279 // startLabel="From" // optional
280+ // saveLabelDisabled={true} // optional, default is false
278281 // endLabel="To" // optional
279282 // animationType="slide" // optional, default is slide on ios/android and none on web
280283 // startYear={2000} // optional, default is 1800
0 commit comments