Skip to content

Commit

Permalink
proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 15, 2019
1 parent 22d296b commit 093b24f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/material-ui-lab/src/Autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,15 +416,15 @@ Autocomplete.propTypes = {
*/
clearOnEscape: PropTypes.bool,
/**
* Text label for the clear icon button.
* Override the default text for the *clear* icon button.
*/
clearText: PropTypes.string,
/**
* The icon to display in place of the default close icon.
*/
closeIcon: PropTypes.node,
/**
* Text label for the close popup icon button.
* Override the default text for the *close popup* icon button.
*/
closeText: PropTypes.string,
/**
Expand Down Expand Up @@ -561,7 +561,7 @@ Autocomplete.propTypes = {
*/
open: PropTypes.bool,
/**
* Text label for the open popup icon button.
* Override the default text for the *open popup* icon button.
*/
openText: PropTypes.string,
/**
Expand Down

0 comments on commit 093b24f

Please sign in to comment.