Show search result by display on or off
This commit is contained in:
@@ -133,7 +133,7 @@ watch(querySearch, (value) => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
</fwb-input>
|
</fwb-input>
|
||||||
<fwb-list-group ref="querySearchDiv" class="absolute" :hidden="querySearchList">
|
<fwb-list-group ref="querySearchDiv" class="absolute" :class="(querySearchList) ? 'hidden' : ''">
|
||||||
<fwb-list-group-item class="px-0 flex flex-col">
|
<fwb-list-group-item class="px-0 flex flex-col">
|
||||||
|
|
||||||
<p>Naročniki:</p>
|
<p>Naročniki:</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user