Maurizio Bonani

Results 37 comments of Maurizio Bonani

I don't know if I understand correctly your problem, but if you want to resize each tile dynamically from outside you need to use version 2 of the component (on...

Actually deactivation works as well, but it's not really clear from that example. Checkboxes change state (at least in Chrome) on `mouseup`, so when you click on the checkbox to...

Can you provide some code please? I'm not able to recreate the issue.

Thanks! I'm going to merge it as soon as #14 is closed.

Please provide a basic example of the issue using https://jsfiddle.net/ or https://codepen.io/

Isn't it easier to just use the [handles](https://github.com/mauricius/vue-draggable-resizable#handles) prop and define the handles that you want to enable? See also [this story](https://mauricius.github.io/vue-draggable-resizable/?path=/story/basic--basic-component-with-handles-prop) on Storybook.

You can provide your own CSS to [style handles](https://mauricius.github.io/vue-draggable-resizable/?path=/story/styling--style-handles) and to set your desired position. Sorry, but it doesn't feel right to me to add a new prop for something...

I'm not sure I understand what you're saying. I think that an example can explain better than 1000 words. Will something like this https://codesandbox.io/s/condescending-bush-1q6l8?file=/src/App.vue work for you?

I just changed the sandbox, based on your requirements. I still think that you can achieve what you want with the existing functionality and a bit of CSS. Take a...

Ah ok, now I get it. I just updated the sandbox accordingly. If a single handle is ok you can style the bottom-middle handle and set its position to the...