Added required?: boolean; (#1491)

old
Miguel San Segundo 2017-05-29 13:46:38 +02:00 committed by Javi Velasco
parent a9518b6582
commit 27caadb182
1 changed files with 4 additions and 0 deletions

View File

@ -191,6 +191,10 @@ export interface DatePickerProps extends ReactToolbox.Props {
* Date object with the currently selected date.
*/
value?: Date | string;
/**
* Used in case the input is required.
*/
required?: boolean;
}
export interface DatePickerLocale {