Skip to content

Commit

Permalink
remove root from select input
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Aug 17, 2023
1 parent b0586d5 commit ffd6157
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-material/src/Select/SelectInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const useUtilityClasses = (ownerState) => {
const { classes, variant, disabled, multiple, open, error } = ownerState;

const slots = {
root: ['root'],
select: ['select', variant, disabled && 'disabled', multiple && 'multiple', error && 'error'],
icon: ['icon', `icon${capitalize(variant)}`, open && 'iconOpen', disabled && 'disabled'],
nativeInput: ['nativeInput'],
Expand Down

0 comments on commit ffd6157

Please sign in to comment.