Skip to content

Commit

Permalink
fix(Search): remove "placeholder" from "defaultProps" (#4327)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Jan 25, 2022
1 parent 3ddfb67 commit 96b8a6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ Search.defaultProps = {
minCharacters: 1,
noResultsMessage: 'No results found.',
showNoResults: true,
placeholder: '',
}

Search.autoControlledProps = ['open', 'value']
Expand Down

0 comments on commit 96b8a6f

Please sign in to comment.