Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 16, 2020
1 parent 6cf4eb5 commit 30eb5e9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/material-ui/src/Autocomplete/Autocomplete.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -591,13 +591,6 @@ describe('<Autocomplete />', () => {
handleSubmit();
}
}}
<<<<<<< HEAD
onChange={handleChange}
openOnFocus
options={['one', 'two', 'three']}
renderInput={(props2) => <TextField {...props2} autoFocus />}
/>,
=======
>
<Autocomplete
disabledItemsFocusable
Expand All @@ -608,7 +601,6 @@ describe('<Autocomplete />', () => {
renderInput={(props2) => <TextField {...props2} autoFocus />}
/>
</div>,
>>>>>>> [Autocomplete] Add ability to override key down events handlers
);

let options;
Expand Down

0 comments on commit 30eb5e9

Please sign in to comment.