Skip to content

[TextField] Improve multiline behavior #21317

@dandv

Description

@dandv

https://material-ui.com/components/text-fields/#multiline says

The multiline prop transforms the text field into a textarea or a TextareaAutosize.

It should mention when one or the other is chosen. Not hard to guess that if maxRows={4} is specified, it will return a TextArea, but what if I specify rows={4} as the initial size? Or if rows is omitted, what is the default?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeIntroduces changes that are not backward compatible.ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedscope: text fieldChanges related to the text field.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions