Browse Source

feat(nc-gui): add placeholder to filter value input

pull/5106/head
Wing-Kam Wong 2 years ago
parent
commit
646e4355af
  1. 1
      packages/nc-gui/components/smartsheet/toolbar/FilterInput.vue

1
packages/nc-gui/components/smartsheet/toolbar/FilterInput.vue

@ -178,6 +178,7 @@ const hasExtraPadding = $computed(() => {
:is="filterType ? componentMap[filterType] : Text"
v-model="filterInput"
:disabled="filter.readOnly"
placeholder="Enter a value"
:column="column"
class="flex"
v-bind="componentProps"

Loading…
Cancel
Save