-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
breaking changeIntroduces changes that are not backward compatible.Introduces changes that are not backward compatible.ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedHelp wanted. Guidance available. There is a high chance the change will be acceptedscope: text fieldChanges related to the text field.Changes related to the text field.
Milestone
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
breaking changeIntroduces changes that are not backward compatible.Introduces changes that are not backward compatible.ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedHelp wanted. Guidance available. There is a high chance the change will be acceptedscope: text fieldChanges related to the text field.Changes related to the text field.