Skip to content

Commit

Permalink
fix autocomplete component by add style property (mui#42432)
Browse files Browse the repository at this point in the history
  • Loading branch information
appleSimple committed Jun 2, 2024
1 parent 925de32 commit 7669861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-material/src/Autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const AutocompleteRoot = styled('div', {
[`& .${autocompleteClasses.input}`]: {
width: 0,
minWidth: 30,
pointerEvents: 'none',
},
},
[`&.${autocompleteClasses.focused}`]: {
Expand Down

0 comments on commit 7669861

Please sign in to comment.