]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-textarea-type/formly-textarea-type.component.html
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / forms / crud-form / formly-textarea-type / formly-textarea-type.component.html
diff --git a/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-textarea-type/formly-textarea-type.component.html b/ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/forms/crud-form/formly-textarea-type/formly-textarea-type.component.html
new file mode 100644 (file)
index 0000000..603a3dd
--- /dev/null
@@ -0,0 +1,9 @@
+<textarea #textArea
+          [formControl]="formControl"
+          [cols]="props.cols"
+          [rows]="props.rows"
+          class="form-control"
+          [class.is-invalid]="showError"
+          [formlyAttributes]="field"
+          (change)="onChange()">
+</textarea>