Skip to content

Commit

Permalink
fix(components): remove default prop to silence deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Mar 30, 2020
1 parent 2ca9803 commit e2c14e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/AutoCompleteInput/AutoCompleteInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ export default class AutoCompleteInput extends Component {
static defaultProps = {
filterOptions: defaultFilterOptions,
maxNumberOfOptions: 7,
clearOnSelect: false,
showClear: false
clearOnSelect: false
};

handleChange = value => {
Expand Down

1 comment on commit e2c14e1

@vercel
Copy link

@vercel vercel bot commented on e2c14e1 Mar 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.