-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Closed
Labels
a: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
The maxLines
attribute simply provides with maximum lines pre-generated by the framework, thus increasing the size of TextField
.
There should also be an option of minLines
where maxLines
will act as the maximum lines to which the TextField can EXPAND and then enables the scrolling.
Or
TextInputType.multiline
should set the default maxLines
to 1 and then maximum lines can grow till the size defined in the attribute.
nesscx, jerrywell, l-k22, zoechi, wwwdata and 5 more
Metadata
Metadata
Assignees
Labels
a: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.