Parcourir la source

search form micro fixe (comma alone)

bach il y a 2 ans
Parent
commit
de89f29915

Fichier diff supprimé car celui-ci est trop grand
+ 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

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff