@stubber/form-fields 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
<Label for="input_{state_key}" class="block py-2 {hide_label ? 'hidden' : ''}">
|
|
68
68
|
{label}
|
|
69
69
|
</Label>
|
|
70
|
-
<Popover.Root bind:open let:ids>
|
|
70
|
+
<Popover.Root bind:open let:ids portal={collisionBoundary}>
|
|
71
71
|
<Popover.Trigger asChild let:builder>
|
|
72
72
|
<Button
|
|
73
73
|
builders={[builder]}
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
</Popover.Trigger>
|
|
84
84
|
<Popover.Content sameWidth {collisionBoundary} class="p-0">
|
|
85
85
|
<Command.Root>
|
|
86
|
-
<Command.Input placeholder="Search..." />
|
|
86
|
+
<Command.Input class="border-none outline-none focus:ring-0" placeholder="Search..." />
|
|
87
87
|
<Command.Empty>No results found.</Command.Empty>
|
|
88
88
|
<Command.Group>
|
|
89
89
|
{#each items as item}
|