switch tab -> spaces

This commit is contained in:
Olmo del Corral
2017-01-25 23:04:21 +01:00
parent 68f67afc33
commit 1934bbf00f
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ interface DateTimePickerProps extends React.Props<DateTimePickerClass> {
* @default Date()
*/
currentDate?: Date;
/*
/*
* Default value for current date. Usefull for suggesting a date when the caldenar opens without keep forcing it once 'value' is set.
*/
defaultCurrentDate?: Date;

View File

@@ -90,11 +90,11 @@ interface DropdownListProps extends React.Props<DropdownListClass> {
* handle the opening and closing internally.
*/
open?: boolean;
/**
/**
* The defaultOpen prop can be used to set an
* initialization value for uncontrolled widgets.
*/
defaultOpen?: boolean;
defaultOpen?: boolean;
/**
* Called when the DropdownList is about to open or close. onToggle should be used when the
* open prop is set otherwise the widget open buttons won't work.