Skip to content

Commit

Permalink
Remove onChange from component
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykay-p committed Dec 23, 2020
1 parent 5ec7c5a commit 7bc3c41
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const DatePicker = React.forwardRef<ReactDatePicker, DateProps>((props, ref) =>
className="form-control"
popperPlacement="auto"
placeholderText={placeholder}
onChange={(date) => console.log(date)}
/>

{label && <label htmlFor={id}>{label}</label>}
Expand Down

0 comments on commit 7bc3c41

Please sign in to comment.