You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/api/autocomplete.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,8 @@ Any other props supplied will be provided to the root element (native element).
91
91
| <spanclass="prop-name">focused</span> | <spanclass="prop-name">.Mui-focused</span> | Pseudo-class applied to the root element if focused.
92
92
| <spanclass="prop-name">tag</span> | <spanclass="prop-name">.MuiAutocomplete-tag</span> | Styles applied to the tag elements, e.g. the chips.
93
93
| <spanclass="prop-name">tagSizeSmall</span> | <spanclass="prop-name">.MuiAutocomplete-tagSizeSmall</span> | Styles applied to the tag elements, e.g. the chips if `size="small"`.
94
+
| <spanclass="prop-name">hasPopupIcon</span> | <spanclass="prop-name">.MuiAutocomplete-hasPopupIcon</span> | Styles applied when the popup icon is rendered.
95
+
| <spanclass="prop-name">hasClearIcon</span> | <spanclass="prop-name">.MuiAutocomplete-hasClearIcon</span> | Styles applied when the clear icon is rendered.
94
96
| <spanclass="prop-name">inputRoot</span> | <spanclass="prop-name">.MuiAutocomplete-inputRoot</span> | Styles applied to the Input element.
95
97
| <spanclass="prop-name">input</span> | <spanclass="prop-name">.MuiAutocomplete-input</span> | Styles applied to the input element.
96
98
| <spanclass="prop-name">inputFocused</span> | <spanclass="prop-name">.MuiAutocomplete-inputFocused</span> | Styles applied to the input element if tag focused.
0 commit comments