Skip to content

Commit

Permalink
Fix multi criteria search display
Browse files Browse the repository at this point in the history
+ clear input on item click
  • Loading branch information
Bruno Besson committed Mar 23, 2021
1 parent 38dc3d4 commit 8bee8b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/views/documents/utils/AssociationQueryItem.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<template>
<input-document
v-if="documentTypes.length != 0"
clear-input-on-toggle
class="input-document"
:document-type="documentTypes"
@add="$emit('add', arguments[0])"
Expand Down
1 change: 0 additions & 1 deletion src/views/documents/utils/QueryItems.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
</dropdown-button>

<association-query-item
v-if="tags.length > 0"
class="association-query-item is-hidden-mobile"
:document-types="associations"
@add="addTag"
Expand Down

0 comments on commit 8bee8b4

Please sign in to comment.