We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have this multiline textfield that before 0.12.0 stayed this heigh after input
Not it looks like this when starting to type:
I have set the height CSS element on <TextField to a specific height, I can see that once i start typing, it is set to Auto instead
The text was updated successfully, but these errors were encountered:
Hi! Thanks for reporting this. This is probably due to maxRows feature and the need for calculating height.
maxRows
Could you post us a snippet of what props you are using? @HansKristianVikOlsen Could this be related to #1336 and would #1369 fix this @pomfrida ?
Sorry, something went wrong.
Here you go:
pomfrida
Successfully merging a pull request may close this issue.
I have this multiline textfield that before 0.12.0 stayed this heigh after input
Not it looks like this when starting to type:
I have set the height CSS element on <TextField to a specific height, I can see that once i start typing, it is set to Auto instead
The text was updated successfully, but these errors were encountered: