User Inputting Multiple Lines of Text

Is there a way to do an entry like this:

User input:

Avocado
Beans
Rice

…without it looking like this:
AvocadoBeansRice

?

Sure! First when you add an input component you should make it multiline, to do this you have to tap on component and click Edit Style and choose multiline property. Then you should manually widen the component and change it height.

Users will be able to press Enter after the write a word and it will start a new line of text.

1 Like