When I create an edit-text widget with tags="textarea", rows=1, autoHeight="no", instead of doing nothing, the widget generates a style with height=400px. Since this is a style, not a class, I have no hope of overwriting this behaviour with a class. And apparently the height even takes precedence over rows="1".
What I want is a textarea box that looks like an input area, and doesn't expand vertically even if the input text is many lines long. I need it to be a textarea box because an input won't retain linefeeds.
Thanks!