File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/material-ui-lab/src/Autocomplete Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments