When pressing Enter in a text-field like this:
<mdui-text-field rows="2" type="text" autosize></mdui-text-field>
... the focus moves to the next input element. Is it possible to prevent this behavior and instead insert a newline to get another row, just like if you pressed Shit+Enter?