Yury Svechinsky

Results 4 comments of Yury Svechinsky

I had similar issue: Textarea occupied all height when its parent was changing size with css transitions. Setting `useCacheForDOMMeasurements` seems to fix it

I tried to, but could not import react-textarea-autosize properly. Could you make base fiddle that I can extend?

Heres what Ive managed to put together https://codesandbox.io/s/pYyzv0Jjr It's a rather messy, sorry about that. I hope it can help you to get the idea. Click "toggle" to change sizes....

I just made a fork with partial support for this feature. Children are loaded by separate request with parents id, like "/rest/parent/1/children". This can be easyly changed in Adapter to...