0

I'm trying to create an input field for a writing a paragraph / richtext: so I'm needing to find a way to enlarge the input item to become similar as a richtextbox.

I didn't find how to do so.

So is there anyone who has any idea?

Thank you.

user6039980
  • 3,108
  • 8
  • 31
  • 57

1 Answers1

0

Changing the <input> to a <textarea> with custom rows and columns solved my problem.

user6039980
  • 3,108
  • 8
  • 31
  • 57