lifanagju_citu hai 8 meses
pai
achega
a2d3a11dfe
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/components/FormUI/textArea/index.vue

+ 1 - 0
src/components/FormUI/textArea/index.vue

@@ -12,6 +12,7 @@
       :rows="item.rows || 3"
       :disabled="item.disabled"
       :autofocus="item.autofocus"
+      :auto-grow="item.autoGrow"
       :density="item.dense || 'compact'"
       :placeholder="item.placeholder || item.label"
       :no-resize="!item.resize"