Skip to content

Commit

Permalink
autocomplete fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Aug 11, 2024
1 parent cadca16 commit 1ef2767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/Form/AutoComplete/AutoComplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const AutoComplete = ({
disableCloseOnSelect={multiple}
renderTags={getRenderTags}
renderOption={(props, option, { selected }) => (
<li key={option.id} {...props}>
<li {...props}>
{multiple && (
<Checkbox
icon={icon}
Expand Down

0 comments on commit 1ef2767

Please sign in to comment.