Issue #23853: Stable check-in of widget refactor
[xtuple] / lib / enyo-x / source / widgets / text_area.js
index 08a6de9..21a4cf5 100644 (file)
@@ -21,8 +21,14 @@ regexp:true, undef:true, trailing:true, white:true */
       showLabel: false
     },
     components: [
-      {name: "input", kind: "onyx.TextArea", classes: "xv-textarea-input",
-        onchange: "inputChanged", onkeydown: "keyDown"}
+      {kind: "FittableColumns", components: [
+        {name: "label", content: "", fit: true, classes: "xv-flexible-label"},
+        {kind: "onyx.InputDecorator", classes: "xv-input-decorator",
+          components: [
+          {name: "input", kind: "onyx.TextArea", classes: "xv-textarea-input",
+            onchange: "inputChanged", onkeydown: "keyDown"}
+        ]}
+      ]}
     ]
   });