Skip to content

Commit

Permalink
[Autocomplete] Add disabled to getCustomizedTagProps
Browse files Browse the repository at this point in the history
  • Loading branch information
cvanem committed Dec 27, 2019
1 parent d57c223 commit a8dd0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui-lab/src/Autocomplete/Autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ const Autocomplete = React.forwardRef(function Autocomplete(props, ref) {
className: clsx(classes.tag, {
[classes.tagSizeSmall]: size === 'small',
}),
disabled,
...getTagProps(params),
});

Expand Down

0 comments on commit a8dd0e2

Please sign in to comment.