diff --git a/components/QueryInput.vue b/components/QueryInput.vue index 6114646..9ea24fa 100644 --- a/components/QueryInput.vue +++ b/components/QueryInput.vue @@ -10,9 +10,16 @@ engine=bitrix&prod=1" v-bind:style="{width: filterWidth + 'px'}" :fetch-suggestions="queryComplete" + valueKey="name" + :clearable="true" @select="querySelect" @keyup.enter.native="queryChangeAction" - > + > + +