Procházet zdrojové kódy

fix descitption input

tripeur před 4 roky
rodič
revize
d03468b5d6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"