Skip to content

Commit 28c9e20

Browse files
yarn proptypes
1 parent 22d296b commit 28c9e20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/material-ui-lab/src/Autocomplete/Autocomplete.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,15 +416,15 @@ Autocomplete.propTypes = {
416416
*/
417417
clearOnEscape: PropTypes.bool,
418418
/**
419-
* Text label for the clear icon button.
419+
* Override the default text for the *clear* icon button.
420420
*/
421421
clearText: PropTypes.string,
422422
/**
423423
* The icon to display in place of the default close icon.
424424
*/
425425
closeIcon: PropTypes.node,
426426
/**
427-
* Text label for the close popup icon button.
427+
* Override the default text for the *close popup* icon button.
428428
*/
429429
closeText: PropTypes.string,
430430
/**
@@ -561,7 +561,7 @@ Autocomplete.propTypes = {
561561
*/
562562
open: PropTypes.bool,
563563
/**
564-
* Text label for the open popup icon button.
564+
* Override the default text for the *open popup* icon button.
565565
*/
566566
openText: PropTypes.string,
567567
/**

0 commit comments

Comments
 (0)