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
{{ message }}
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
I'm just wondering if anyone knows if it's at all possible to use styled components and maxRows without the jumping as described in #95 ?
As I understand the problem it’s that StyledComponents are rendered asynchronous where as react-autosize-textarea is synchronous, so it renders and then uses a timeout to update the styling.
The text was updated successfully, but these errors were encountered:
bensquire
changed the title
Using StyledCompents and MaxRows without "jumps"
Using StyledComponents and MaxRows without "jumps"
Aug 10, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm just wondering if anyone knows if it's at all possible to use styled components and maxRows without the jumping as described in #95 ?
As I understand the problem it’s that StyledComponents are rendered asynchronous where as react-autosize-textarea is synchronous, so it renders and then uses a timeout to update the styling.
The text was updated successfully, but these errors were encountered: