Procházet zdrojové kódy

DQ - auto-grow textarea

Vijayakrishnan před 3 roky
rodič
revize
b81db26985

+ 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>