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