I have the following XML code for a TextArea using JMix 2.6.2 with TAB View
<textArea id="descrizioneField" height="9.5em" property="descrizione"/>
When i press Enter on the TextArea, NewLine is Ignored and i a am not able to get it in the TextArea, every other digited char works fine
Debugging with Browser console i have found this javascript FlowClient-IakaH1D6.js, that blocks keydown event. If i remove it from broswer Enter Key Code is accepted and i got the newline
Somebody can help me