I have a textarea and want to set the attribute wrap="off" to avoid automatic wrapping of my text.
But I can“t find any attribute with this name in the API for the TextareaTag. And if I insert this attribute in my code, I get an error. Is this attribute missing? Is there another way (possible with CSS) to avoid text wrapping? Regards, Sam