Skip to content

Commit

Permalink
Merge pull request #866 from airbnb/maja-make-drp-ids-required
Browse files Browse the repository at this point in the history
Remove startDateId and endDateId default prop values
  • Loading branch information
majapw committed Nov 30, 2017
2 parents f09d924 + 1789935 commit 75a4341
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/DateRangePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ const defaultProps = {
focusedInput: null,

// input related props
startDateId: START_DATE,
startDatePlaceholderText: 'Start Date',
endDateId: END_DATE,
endDatePlaceholderText: 'End Date',
disabled: false,
required: false,
Expand Down

0 comments on commit 75a4341

Please sign in to comment.