Skip to content

Commit

Permalink
Add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
geoperez committed Oct 29, 2024
1 parent d695628 commit d0182f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VirtualSelect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export const VirtualSelect = React.forwardRef<HTMLDivElement, SearchSelectProps>
onBlur={onClearSearch}
onChange={onSearchInternal}
displayValue={() => searchQuery ?? ''}
title={valueToNameMapping.get(value ?? '')}
/>
<ArrowDownHead />
</Combobox.Button>
Expand Down

0 comments on commit d0182f1

Please sign in to comment.