Browse Source

DQ - auto-grow textarea

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
b81db26985
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/app/dq-engine/field/text.blade.php

+ 1 - 1
resources/views/app/dq-engine/field/text.blade.php

@@ -1 +1 @@
-<textarea class="form-control form-control-sm" id="" rows="1">{{ @$loadedData->dataMap->{$line->key} ?: '' }}</textarea>
+<textarea class="form-control form-control-sm auto-grow" id="" rows="1">{{ @$loadedData->dataMap->{$line->key} ?: '' }}</textarea>