-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Labels
FeatureNew functionality not yet included in SuluNew functionality not yet included in Sulu
Description
Problem description
The HTML <textarea> element natively supports the rows attribute (see MDN). Setting rows to a higher value than the default one is helpful in many situations, most importantly when the textarea content is expected to be very long and users may not be aware that it can be scrolled vertically.
Currently, the only "workaround" is to add custom CSS to the Sulu UI backend.
Proposed solution
Add the optional parameter rows (positive integer) to the Text area content type.
Metadata
Metadata
Assignees
Labels
FeatureNew functionality not yet included in SuluNew functionality not yet included in Sulu