Hi,
I just realised that my input box stay on one line and the text go off screen without going back to the line even though the box is big enough.
How do I make the input text go to next line in form of paragraphs?
Thanks
Hi,
I just realised that my input box stay on one line and the text go off screen without going back to the line even though the box is big enough.
How do I make the input text go to next line in form of paragraphs?
Thanks
When you want to have line breaks, you should use the “Multiline input” element type instead of “Input”
Here’s a comparison of how they’re set up
.
Dan,
A bit off-topic, but how did you record the screen animation? Is it a tool only available on Mac?
I use Screencastify. On a paid plan ($24/yr) you can export a recording to a GIF like the video above. Free tier is pretty good, but I’m happy to be a paid user.
Thanks. I’ll make a note to check it out.
Thank you