Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
picautmarine committed Dec 18, 2019
1 parent 84ab198 commit 44be900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ export default function useAutocomplete(props) {
setInputValue('');

if (onInputChange) {
onInputChange(event, newValue, 'clear');
onInputChange(event, '', 'clear');
}

handleValue(event, multiple ? [] : null);
Expand Down

0 comments on commit 44be900

Please sign in to comment.