Skip to content

Commit

Permalink
fix: allow InputDate styling
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed Feb 19, 2019
1 parent 22170d3 commit c7d2605
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-forms/src/InputDate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ type Props = {
onChange: Function,
isOpen?: boolean,
onToggle?: Function,
className?: string,
min?: string,
max?: string,
disabled?: boolean,
Expand Down Expand Up @@ -95,7 +94,6 @@ export default class InputDate extends React.Component<Props, State> {
onChange, // eslint-disable-line no-unused-vars
isOpen: isOpenProp, // eslint-disable-line no-unused-vars
onToggle, // eslint-disable-line no-unused-vars
className,
min,
max,
...props
Expand Down

0 comments on commit c7d2605

Please sign in to comment.