TextArea and HTMLArea on responsive form

Hi,

I have two issues that I can’t seem to find a way to resolve.

  1. If I add a textarea component to a responsive form, how do I either set the number of rows or make it resize with the form?
  2. How can I add a HTMLArea component to a responsive form (so that I get the TinyMCE editor?

Thanks
Steve

Hi Steve,

I seem to have the same problem. Did you find any answers to this problem yet?

Not really.

The only way around the HTML area is to add it to an anchored form and then add the anchored form to a responsive form using a formcomponent widget.

For the textarea we have move to using a third party component that has this functionality.

Thanks
Steve

Hi Steve,

I have managed a workaround with a custom div and css :

.mapsarea {
min-height: 300px;
}