Skip to content

Commit

Permalink
Merge pull request #24 from DagsHub/add-new-components
Browse files Browse the repository at this point in the history
add auto highlight to new dropdown component
  • Loading branch information
TalMalka123 authored Aug 24, 2023
2 parents 320d000 + f2f36ee commit 773ef6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/elements/dropdownV2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export function DropdownV2({
options={options ?? []}
value={initialChecked}
onChange={onChange}
autoHighlight
inputValue={inputValue}
onInputChange={(event, newInputValue) => {
setInputValue(newInputValue);
Expand Down

0 comments on commit 773ef6d

Please sign in to comment.