-
Notifications
You must be signed in to change notification settings - Fork 4k
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
TextArea with autoHeight doesn't shrink when lines deleted #3418
Labels
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
mashabow
changed the title
TextArea: shrink autoHeight when lines deleted
TextArea with autoHeight doen't shrink when lines deleted
Feb 7, 2019
mashabow
changed the title
TextArea with autoHeight doen't shrink when lines deleted
TextArea with autoHeight doesn't shrink when lines deleted
Feb 8, 2019
codrex
added a commit
to codrex/Semantic-UI-React
that referenced
this issue
Feb 13, 2019
codrex
added a commit
to codrex/Semantic-UI-React
that referenced
this issue
Feb 13, 2019
The issue comes from #3343. |
codrex
added a commit
to codrex/Semantic-UI-React
that referenced
this issue
Feb 14, 2019
…c-Org#3418) * add test to check for shrinking when newline deleted
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Step
autoHeight
// → TextArea's height grows to fit the linesExpected Result
TextArea's height shrinks to fit the remaining lines.
Actual Result
TextArea's height doesn't change on deleting.
Version
0.85.0
Does not occcur in 0.84.0.
Testcase
https://codesandbox.io/s/qzn3nzwr1j 0.85.0
https://codesandbox.io/s/104r4oy993 0.84.0 (correct)
The text was updated successfully, but these errors were encountered: