mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-12 08:12:59 +03:00
fix: custom claims input suggestions instantly close after opening
This commit is contained in:
@@ -85,7 +85,8 @@
|
|||||||
sideOffset={5}
|
sideOffset={5}
|
||||||
trapFocus={false}
|
trapFocus={false}
|
||||||
interactOutsideBehavior="ignore"
|
interactOutsideBehavior="ignore"
|
||||||
onCloseAutoFocus={(e) => e.preventDefault()}
|
onOpenAutoFocus={(e: Event) => e.preventDefault()}
|
||||||
|
onCloseAutoFocus={(e: Event) => e.preventDefault()}
|
||||||
avoidCollisions={false}
|
avoidCollisions={false}
|
||||||
strategy="absolute"
|
strategy="absolute"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user