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?
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.