Skip to content

Commit

Permalink
Fix calendar field props
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed May 7, 2018
1 parent adf7025 commit 6315bda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/async/CalendarField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export default class CalendarField extends React.Component {
value,
readOnly,
disabled,
type, // eslint-disable-line no-unused-vars
onChange, // eslint-disable-line no-unused-vars
...inputProps
} = this.props
const locale = i18n.calendar.locale === 'fr' ? localeFr : void 0
Expand Down

0 comments on commit 6315bda

Please sign in to comment.