mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 16:52:53 +08:00
fix(datepicker): fix allowOldDates option (#761)
This commit is contained in:
parent
c22747fa2e
commit
fa03fa544f
@ -59,7 +59,7 @@ export interface DatePickerOptions {
|
||||
/**
|
||||
* Shows or hide dates earlier then selected date.
|
||||
*/
|
||||
allowOldDate?: boolean;
|
||||
allowOldDates?: boolean;
|
||||
/**
|
||||
* Shows or hide dates after selected date.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user