compote-ui 0.74.1 → 0.74.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.
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
: allOptions}
|
|
291
291
|
{@const selected = getSelectValues(column)}
|
|
292
292
|
<div class="flex flex-col gap-1">
|
|
293
|
-
<Field.Root>
|
|
293
|
+
<Field.Root hideMessageLine>
|
|
294
294
|
<Field.Input
|
|
295
295
|
placeholder="Search..."
|
|
296
296
|
value={search}
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
</ScrollArea.Root>
|
|
326
326
|
</div>
|
|
327
327
|
{:else}
|
|
328
|
-
<Field.Root>
|
|
328
|
+
<Field.Root hideMessageLine>
|
|
329
329
|
<Field.Input
|
|
330
330
|
placeholder="Search..."
|
|
331
331
|
value={localText[column.id] ?? ''}
|