瀏覽代碼

DQ - auto-grow textarea

Vijayakrishnan 3 年之前
父節點
當前提交
b81db26985
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>