Hi all,
I would like to display a single-line textarea field in my Panel. That is because I do want the user to be able to have “bold” and “italic” buttons - but I don’t want them to enter multiple lines.
Is there a way to explicitly set the “height” of a textarea field in the Panel? I’ve tried using rows
, but that doesn’t seem to do anything…