Skip to content

Commit 96b8a6f

Browse files
authored
fix(Search): remove "placeholder" from "defaultProps" (#4327)
1 parent 3ddfb67 commit 96b8a6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/Search/Search.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ Search.defaultProps = {
678678
minCharacters: 1,
679679
noResultsMessage: 'No results found.',
680680
showNoResults: true,
681-
placeholder: '',
682681
}
683682

684683
Search.autoControlledProps = ['open', 'value']

0 commit comments

Comments
 (0)