Skip to content

Commit

Permalink
Fix incorrect autocomplete listbox element
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Nov 15, 2024
1 parent f2cfee3 commit dee5d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const AutocompleteNoOptions = styled('div', {
})),
);

const AutocompleteListbox = styled('div', {
const AutocompleteListbox = styled('ul', {
name: 'MuiAutocomplete',
slot: 'Listbox',
overridesResolver: (props, styles) => styles.listbox,
Expand Down

0 comments on commit dee5d50

Please sign in to comment.