mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-12 03:58:59 +00:00
fix: custom claims input suggestions flickering
This commit is contained in:
@@ -58,6 +58,8 @@
|
||||
selectedIndex = -1;
|
||||
}
|
||||
});
|
||||
|
||||
$effect(() => handleOnInput());
|
||||
</script>
|
||||
|
||||
<div
|
||||
@@ -84,6 +86,8 @@
|
||||
trapFocus={false}
|
||||
interactOutsideBehavior="ignore"
|
||||
onCloseAutoFocus={(e) => e.preventDefault()}
|
||||
avoidCollisions={false}
|
||||
strategy="absolute"
|
||||
>
|
||||
{#each filteredSuggestions as suggestion, index}
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user