Hi Isomorphic,
please see this modified testcase (v12.0p_2018-12-15, not happening in 11.1p).
Hovered/Active TextAreaItem does not have the correct CSS class.
Best regards
Blama
please see this modified testcase (v12.0p_2018-12-15, not happening in 11.1p).
Hovered/Active TextAreaItem does not have the correct CSS class.
Code:
isc.DynamicForm.create({ ID: "boundForm", dataSource: "complaint", wrapItemTitles: false, fields: [ {type:"header", defaultValue:"Shipment Complaint Form"}, {name: "trackingNumber", validateOnExit: true}, {name: "receiptDate", useTextField: true, validateOnExit: true}, {name: "comment", editorType: "TextAreaItem", required: true}, {name: "submitBtn", title: "Submit", type: "button", click: "form.validate()"} ] });
Best regards
Blama
Comment