fix: select auto focus when closed

This commit is contained in:
Maze Winther
2025-07-10 19:58:39 +02:00
parent 0223c34a1e
commit aa0482b012

View File

@ -97,6 +97,10 @@ const SelectContent = React.forwardRef<
className
)}
position={position}
onCloseAutoFocus={(e) => {
e.preventDefault();
e.stopPropagation();
}}
{...props}
>
<SelectScrollUpButton />