feat(new tool): Parquet File Reader

Fix #1516
This commit is contained in:
sharevb 2025-03-09 21:21:51 +01:00 committed by ShareVB
parent 08d977b8cd
commit 61bfd2a360
11 changed files with 6712 additions and 8483 deletions

View file

@ -151,7 +151,7 @@ function onSearchInput() {
>
<div flex-1 truncate>
<slot name="displayed-value">
<input v-if="searchable && isOpen" ref="searchInputRef" v-model="searchQuery" type="text" placeholder="Search..." class="search-input" w-full lh-normal color-current @input="onSearchInput">
<input v-if="searchable && isOpen" ref="searchInputRef" v-model="searchQuery" type="text" placeholder="Search..." class="search-input" w-full color-current lh-normal @input="onSearchInput">
<span v-else-if="selectedOption" lh-normal>
{{ selectedOption.label }}
</span>