Skip to content

Commit

Permalink
Add cancelLabel and doneLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBeckers authored Oct 12, 2018
1 parent 1a53345 commit 9029938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ export interface PickerOptions {
theme?: string; // iOS ONLY: light for a light blurry effect, dark for a dark blurry effect - defaults to dark
maxDate?: Date;
minDate?: Date;
cancelLabel?: string;
doneLabel?: string;
startingHour?: number; // Ignored on pickDate()
startingMinute?: number; // Ignored on pickDate()
startingDate?: Date; // Ignored on pickTime()
Expand Down

0 comments on commit 9029938

Please sign in to comment.