diff --git a/plugins/view-resources/src/components/filter/ValueFilter.svelte b/plugins/view-resources/src/components/filter/ValueFilter.svelte index b8a28d6393..f7a0689b3c 100644 --- a/plugins/view-resources/src/components/filter/ValueFilter.svelte +++ b/plugins/view-resources/src/components/filter/ValueFilter.svelte @@ -13,7 +13,7 @@ // limitations under the License. -->
dispatch('changeContent')}> -
- { - getValues(search) - }} - placeholder={phTraslate} - /> -
+ {#if isSearchable} +
+ { + getValues(search) + }} + placeholder={phTraslate} + /> +
+ {/if}
{#await promise then attribute}