Skip to content

Commit

Permalink
fix(fuselage, regression): listen for clicks on Select options (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Feb 25, 2022
1 parent 10ad4f1 commit 5b41041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fuselage/src/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ export const Select = forwardRef(
value={getValue(option)}
label={valueLabel}
key={getValue(option)}
onClick={internalChangedByClick}
/>
) : (
<Box
Expand Down

0 comments on commit 5b41041

Please sign in to comment.