mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-04-06 21:40:23 +08:00
fix(PopoverWidget): close autoFocus
to avoid the input blur
This commit is contained in:
parent
516cc1dfd1
commit
24f7be708e
@ -198,6 +198,7 @@ export const PopoverWidget = React.forwardRef<
|
||||
closeOnBlur={false}
|
||||
isOpen={isOpen}
|
||||
onOpen={handleOpen}
|
||||
autoFocus={false}
|
||||
>
|
||||
<PopoverTrigger>
|
||||
{isObjectChildren && 'trigger' in children ? (
|
||||
|
Loading…
x
Reference in New Issue
Block a user