mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-29 01:12:10 +03:00
fix: custom claims input suggestions flickering
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
</Card.Header>
|
||||
{#if expanded}
|
||||
<div transition:slide={{ duration: 200 }}>
|
||||
<Card.Content class="pt-5">
|
||||
<Card.Content>
|
||||
{@render children()}
|
||||
</Card.Content>
|
||||
</div>
|
||||
|
||||
@@ -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