Hi everyone,
I am currently building a web app (not mobile one) by FlutterFlow and facing the problem that I couldn't insert a newline in text field by pressing "Enter" or "Shift + Enter".
* I have set the text field max 10 lines.
In the default setting, whenever "Enter" or "Shift + Enter" is clicked, the actions in "On Submit" will be executed.
However, I would like to make "Shift + Enter" insert a newline for me instead of submission.
Is there a way to change the submission setting or I need to create a custom widget to solve this?