🚧 Started working on sub-items

This commit is contained in:
Alicia Sykes
2022-02-08 16:49:34 +00:00
parent 33855dca40
commit 5bc9a5f660
6 changed files with 565 additions and 56 deletions

View File

@@ -127,7 +127,7 @@ export default {
methods: {
/* Clears input field, once a searched item is opened */
finishedSearching() {
this.$refs.filterComp.clearFilterInput();
if (this.$refs.filterComp) this.$refs.filterComp.clearFilterInput();
},
/* Returns optional section display preferences if available */
getDisplayData(section) {

View File

@@ -99,7 +99,7 @@ export default {
},
/* Clears input field, once a searched item is opened */
finishedSearching() {
this.$refs.filterComp.clearMinFilterInput();
if (this.$refs.filterComp) this.$refs.filterComp.clearMinFilterInput();
},
/* Returns true if there is more than 1 sub-result visible during searching */
checkIfResults() {