Skip to content

Commit

Permalink
Revert Tag.js
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-yossarian committed Feb 2, 2020
1 parent e530032 commit 1093154
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/src/pages/components/autocomplete/Tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export default function Tags() {
options={top100Films.map(option => option.title)}
defaultValue={[top100Films[13].title]}
freeSolo
autoHighlight
autoSelect
renderTags={(value, getTagProps) =>
value.map((option, index) => (
<Chip variant="outlined" label={option} {...getTagProps({ index })} />
Expand Down

0 comments on commit 1093154

Please sign in to comment.