Skip to content

Commit

Permalink
[FilledInput] Use slotProps instead of componentsProps (#44552)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored Nov 28, 2024
1 parent 1ecb13d commit e720f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/FilledInput/FilledInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ const FilledInput = React.forwardRef(function FilledInput(inProps, ref) {
return (
<InputBase
slots={{ root: RootSlot, input: InputSlot }}
componentsProps={componentsProps}
slotProps={componentsProps}
fullWidth={fullWidth}
inputComponent={inputComponent}
multiline={multiline}
Expand Down

0 comments on commit e720f3b

Please sign in to comment.