Multiline of Text Not Sizable after setting width

Forums General discussion Multiline of Text Not Sizable after setting width

Viewing 2 reply threads
  • Author
    Posts
    • #31836
      Haichih Hwa
      Participant

      Before I set the width of a multiline of text field (TextArea), the field was resizable. But after I set the field CSS to below, the resizable stop working…

      textarea{
      width:800px;
      height:50px;
      }

      How to I make this multiline text field wider in DFFS and still make it resizable if the users need more field space to enter the texts?

      Thank you for your help!

    • #31838
      Alexander Bautz
      Keymaster

      Hi,
      Not sure what you mean – is it the handle in the bottom right corner that does not let you resize?

      I’m not able to recreate this issue when testing in Chrome, but you can try dropping the height setting in your CSS and use the height setting (Number of lines for editing) in list settings > edit field.

      Alexander

    • #31847
      Haichih Hwa
      Participant

      Alexander,

      Yes, it is about the handle in the bottom right corner.

      Your recommendation for change the CSS attribute from “height” to “Rows” did the trick!

      Always thank you for the quick response!

      Haichih Hwa

Viewing 2 reply threads
  • You must be logged in to reply to this topic.