@@ -138,6 +138,7 @@ export default function ReadMeExampleSingle() {
138138 // }}
139139 // onChange={} // same props as onConfirm but triggered without confirmed by user
140140 // saveLabel="Save" // optional
141+ // saveLabelDisabled={true} // optional, default is false
141142 // uppercase={false} // optional, default is true
142143 // label="Select date" // optional
143144 // animationType="slide" // optional, default is 'slide' on ios/android and 'none' on web
@@ -194,6 +195,7 @@ export default function ReadMeExampleRange() {
194195 // }}
195196 // onChange={} // same props as onConfirm but triggered without confirmed by user
196197 // saveLabel="Save" // optional
198+ // saveLabelDisabled={true} // optional, default is false
197199 // uppercase={false} // optional, default is true
198200 // label="Select period" // optional
199201 // startLabel="From" // optional
@@ -251,6 +253,7 @@ export default function ReadMeExampleMultiple() {
251253 // uppercase={false} // optional, default is true
252254 // label="Select period" // optional
253255 // startLabel="From" // optional
256+ // saveLabelDisabled={true} // optional, default is false
254257 // endLabel="To" // optional
255258 // animationType="slide" // optional, default is slide on ios/android and none on web
256259 />
0 commit comments