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 className
)} )}
position={position} position={position}
onCloseAutoFocus={(e) => {
e.preventDefault();
e.stopPropagation();
}}
{...props} {...props}
> >
<SelectScrollUpButton /> <SelectScrollUpButton />