vue-draggable-resizable
vue-draggable-resizable copied to clipboard
Standard way to programmatically update width & height after Initialization
Is there standard way to programmatically (live) update width & height after the component gets created. For eg. updating width, height via html <input /> control rather than manually dragging handles to resize.
I know there are w & y props but as per docs, they are setting the initial values i.e. during component creation/Initialization time, right?
thanks
See inputs at the bottom of the page: https://mauricius.github.io/vue-draggable-resizable/?path=/story/basic--basic-controlled-component
@TitanFighter This can be considered Closed. Thanks