Przeglądaj źródła

fix descitption input

tripeur 4 lat temu
rodzic
commit
d03468b5d6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/components/EditeurCreneau.vue

+ 1 - 1
src/components/EditeurCreneau.vue

@@ -95,7 +95,7 @@
         type="textarea"
         class="materialize-textarea"
         :modelValue="creneau.description"
-        @update:modelValue="inputListener($event, 'description')"
+        @input="inputListener($event, 'description')"
       />
       <chips-input
         label="Compétences & préférences associées"