Skip to content

Commit 4943151

Browse files
committed
Merge dev
2 parents f593304 + 156a205 commit 4943151

27 files changed

+22911
-31033
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,22 +166,14 @@ defaultDate | object or string | null |
166166
minDate | object or string | null | The minimum selectable date. When set to null, there is no minimum.
167167
maxDate | object or string | null | The maximum selectable date. When set to null, there is no maximum.
168168
onSelect | function(date) | | Called when a date is selected.
169-
navArrows | object | |
170-
navArrows.prev | node | <i className="fa fa-angle-left" /> |
171-
navArrows.next | node | <i className="fa fa-angle-right" /> |
172169

173170
#### DateInput
174171

175172
Name | Type | Default | Description
176173
:--- | :--- | :------ | :----------
177-
locale | string | 'en' |
178-
dateFormat | string | 'YYYY-MM-DD' |
179174
value | object or string | null |
180175
defaultValue | object or string | null |
181-
minDate | object or string | null | The minimum selectable date. When set to null, there is no minimum.
182-
maxDate | object or string | null | The maximum selectable date. When set to null, there is no maximum.
183176
onChange | function(value) | | Called when the value changes.
184-
renderIcon | function(props) | |
185177

186178
#### TimeInput
187179

@@ -190,7 +182,6 @@ Name | Type | Default | Description
190182
value | string | '00:00:00' |
191183
defaultValue | string | '00:00:00' |
192184
onChange | function(value) | | Called when the value changes.
193-
renderIcon | function(props) | |
194185

195186
## License
196187

dist/react-datepicker.css

Lines changed: 126 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-datepicker.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)