Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Text area content type: Add "rows" parameter #8464

@FlxRobole

Description

@FlxRobole

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

No one assigned

    Labels

    FeatureNew functionality not yet included in Sulu

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions