Browse Source

search form micro fixe (comma alone)

bach 1 year ago
parent
commit
de89f29915

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.js


BIN
web/themes/custom/materiotheme/assets/dist/main.js.gz


+ 1 - 1
web/themes/custom/materiotheme/vuejs/components/Form/SearchForm.vue

@@ -146,7 +146,7 @@ export default {
     },
     keys(n, o){
       console.log('watch keys changed', o, n)
-      this.typed = n ? n.join(', ') + ', ' : ''
+      this.typed = n.length ? n.join(', ') + ', ' : ''
     },
     // terms(n, o){
     //   // if term change from store

Some files were not shown because too many files changed in this diff