fix(PopoverWidget): close autoFocus to avoid the input blur

This commit is contained in:
MrWindlike 2023-03-10 13:46:08 +08:00
parent 516cc1dfd1
commit 24f7be708e

View File

@ -198,6 +198,7 @@ export const PopoverWidget = React.forwardRef<
closeOnBlur={false}
isOpen={isOpen}
onOpen={handleOpen}
autoFocus={false}
>
<PopoverTrigger>
{isObjectChildren && 'trigger' in children ? (