You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create TextArea instance with autoHeight property <TextArea autoHeight />
put a content in there (just keep typing or copy & paste some text); while doing this do not press <enter> key
Expected Result
TextArea grows with the content
Actual Result
TextArea keeps the original size; It only grows when pressing <enter> key. Actually it only counts newLines * lineHeight (simplified) which is IMO wrong
Steps
TextArea
instance withautoHeight
property<TextArea autoHeight />
<enter>
keyExpected Result
TextArea grows with the content
Actual Result
TextArea keeps the original size; It only grows when pressing
<enter>
key. Actually it only counts newLines * lineHeight (simplified) which is IMO wrongVersion
0.71.0
Testcase
https://react.semantic-ui.com/addons/text-area#text-area-example-auto-height
Contribution
I have a fix ready locally if interested
The text was updated successfully, but these errors were encountered: