-
Notifications
You must be signed in to change notification settings - Fork 22
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
How to create a multiline Flutter textField? #303
Comments
@SimonLab thanks for capturing this quest. 👌 |
Note that now the field is Other values: If you use the |
I'm going to look at changing dynamically some of the options. Display the textField as a one line text the on focus expands the text field to takes all the screen and hide other items on the page. We can try this UI, however I think we should try also to have the list of items and input text split into two views. |
The text field can contains multiple lines, however at the moment the content is centered.
I'm going to look at the Flutter layout and find a solution to make sure the text start at the top of the widget.
I'm not sure if there is an option on the text field widget or if it's a
column
orexpands
widgets related issueThe text was updated successfully, but these errors were encountered: