Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making dynamic height resize like in TextFormField #14

Open
Dariusz-Pluta opened this issue Nov 5, 2021 · 1 comment
Open

Making dynamic height resize like in TextFormField #14

Dariusz-Pluta opened this issue Nov 5, 2021 · 1 comment

Comments

@Dariusz-Pluta
Copy link

When u set maxLines = null in TextFormField it dynamically resize to show whole input text, here u can't do that, and text is being cropped if it's too long :)

@hslbetto
Copy link
Member

The param maxLines change the number of lines the field will show content. By default it is 1 and can't be seted as null.
However, if you set a value bigger than 1, it'll work fine and show the content that fit into this space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants