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
My workaround for this was to update the key prop on ReactInputAutosize when the window resized. Then key is updated it causes ReactInputAutosize to be recreated
Currently it seems as the input will keep it's width after the browser has resized.
I'm struggling to understand how to hook into the methods of the components to force an update, some help with an example would be appreciated!
The text was updated successfully, but these errors were encountered: