mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +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.
|
* Shows or hide dates earlier then selected date.
|
||||||
*/
|
*/
|
||||||
allowOldDate?: boolean;
|
allowOldDates?: boolean;
|
||||||
/**
|
/**
|
||||||
* Shows or hide dates after selected date.
|
* Shows or hide dates after selected date.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user