From d0182f15b511c9c94a7fb0b76a421f5a9a84f9cd Mon Sep 17 00:00:00 2001 From: Geovanni Perez <1775792+geoperez@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:40:51 -0600 Subject: [PATCH] Add tooltip --- src/VirtualSelect/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VirtualSelect/index.tsx b/src/VirtualSelect/index.tsx index bde410f..cbb1144 100644 --- a/src/VirtualSelect/index.tsx +++ b/src/VirtualSelect/index.tsx @@ -150,6 +150,7 @@ export const VirtualSelect = React.forwardRef onBlur={onClearSearch} onChange={onSearchInternal} displayValue={() => searchQuery ?? ''} + title={valueToNameMapping.get(value ?? '')} />