Hi,
i have a text field defined like this in jsp
"xtype": "textfield",
"fieldLabel": "Description",
"name": "description",
"allowBlank" : false,
"widthFactor" : 0.45,
"width": 220,
"blankText" : "Description is required"
}, {
"xtype": "textarea",
"fieldLabel": "Note",
"name": "message",
"allowBlank" : false,
"width": 340,
"blankText" : "Note is required"
and this is the js code which listens to the enter event
The issue iam facing is when i enter some text with carriage return(enter) and save and again retrieve back my notes are getting displayed with the junk as below
-- " is getting replaced for Enter