Skip to content

Commit

Permalink
docs(Search): clarify label prop requirement (#6400)
Browse files Browse the repository at this point in the history
Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: Josh Black <josh@josh.black>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
4 people committed Jul 10, 2020
1 parent c2a8be5 commit 5eccad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default class Search extends Component {
placeHolderText: PropTypes.string,

/**
* Provide an optional label text for the Search icon
* Provide the label text for the Search icon
*/
labelText: PropTypes.node.isRequired,

Expand Down

0 comments on commit 5eccad9

Please sign in to comment.