PacemTextAreaElement
is the suggested webcomponent for multiline text editing.
Differently from most input fields, it does not trigger form submit when
Enter
keyboard button is pressed.
{ "display": { "cssClass": ["pacem-grid", "grid-nospace", "grid-no-rowgap"], "name": "Feedback" }, "props": [ { "prop": "comment", "dataType": "multilinetext", "type": "string", "display": { "cssClass": ["pacem-cell", "field-outline"], "name": "You Comment", "watermark": "feedback..." }, "validators": [ { "type": "required", "errorMessage": "required field" } ] } ] }