CLEANUP remove extraneous containers and rows and columns
This commit is contained in:
@@ -18,14 +18,6 @@
|
||||
deletable-chips
|
||||
cache-items
|
||||
>
|
||||
<!-- <template v-slot:no-data>
|
||||
<v-list-item>
|
||||
<v-list-item-title>
|
||||
Search for your favorite
|
||||
<strong>TAG</strong>
|
||||
</v-list-item-title>
|
||||
</v-list-item>
|
||||
</template> -->
|
||||
<template slot="no-data" v-if="tagSearchEntry">
|
||||
<v-container fluid>
|
||||
<v-row>
|
||||
@@ -47,7 +39,7 @@
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
/* eslint-disable */
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//NOTE: I had some concerns about how the selection is made, but leving it for now
|
||||
//NOTE: I had some concerns about how the selection is made, but leaving it for now
|
||||
//basically the typed text stays after you select from dropdown, however, it clears as soon as you tab off
|
||||
//and in theory it could help if picking more than one tag that have similar selection criteria
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user