Skip to content

Commit

Permalink
fix: Dropdown chevron click for stacking dropdown items (#3716)
Browse files Browse the repository at this point in the history
  • Loading branch information
thdlam authored Nov 14, 2024
1 parent b18782c commit 78c4787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/jsonforms-components/src/lib/Components/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ export const Dropdown = (props: DropdownProps): JSX.Element => {
setItems(selectedItems);
}
}}
onTrailingIconClick={() => {}}
trailingIcon={trailingIcon}
/>
</GoADropdownTextbox>
Expand Down

0 comments on commit 78c4787

Please sign in to comment.