Skip to content

Commit

Permalink
make the dropdown behavior consistent across all component
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Sep 21, 2024
1 parent 4337752 commit dd0a169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Form/FormFields/AutocompleteMultiselect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ export const AutocompleteMutliSelect = <T, V>(
return (
<div className={props.className} id={props.id}>
<Combobox
immediate
disabled={props.disabled}
value={value}
multiple
Expand Down

0 comments on commit dd0a169

Please sign in to comment.