bjgrosse / react-resize-panel

Simple React resize panel component
MIT License
139 stars 55 forks source link

Manipulate height after first render #14

Open timlangner opened 3 years ago

timlangner commented 3 years ago

I would like to change the height of the resize panel with an input. However, once the input value is set to the state which the resize panel uses for it's initial height, it doesn't seem to change it's actual height even if the height value which is passed into the style property has changed.

Is there a way to make this work?