vue-draggable-resizable icon indicating copy to clipboard operation
vue-draggable-resizable copied to clipboard

Standard way to programmatically update width & height after Initialization

Open dkjain opened this issue 3 years ago • 2 comments

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

dkjain avatar Mar 05 '22 12:03 dkjain

See inputs at the bottom of the page: https://mauricius.github.io/vue-draggable-resizable/?path=/story/basic--basic-controlled-component

TitanFighter avatar Mar 08 '22 22:03 TitanFighter

@TitanFighter This can be considered Closed. Thanks

arpit-uno avatar Mar 22 '22 13:03 arpit-uno