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.
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.
Changing the <input>
to a <textarea>
with custom rows and columns solved my problem.