Skip to content

Commit

Permalink
[OutlinedInput] Fix form control properties in ownerState (#37668)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonagam committed Jul 3, 2023
1 parent 6fcb5da commit e268fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/OutlinedInput/OutlinedInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ const OutlinedInput = React.forwardRef(function OutlinedInput(inProps, ref) {
const fcs = formControlState({
props,
muiFormControl,
states: ['required'],
states: ['color', 'disabled', 'error', 'focused', 'hiddenLabel', 'size', 'required'],
});

const ownerState = {
Expand Down

0 comments on commit e268fb0

Please sign in to comment.