Skip to content

Commit

Permalink
style(autocomplete): remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiaraujo012 committed Aug 10, 2024
1 parent 6b1b72f commit 3756cd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AutocompleteController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export const AutocompleteController = <

if (optionFound) {
setSelectedValue(optionFound as AutocompleteValue<Value, Multiple, DisableClearable, FreeSolo> | null);
// onChange(optionValueAccessor(optionFound));
}
} else {
setSelectedValue(null);
Expand Down

0 comments on commit 3756cd6

Please sign in to comment.