TitanFighter
TitanFighter
> The problem with that is that the select all ends up in the mutliselect tags which i don't want either Sorry, I do not understand... You want to select...
> I have created a select all checkbox that lives before the rest of the items, so that the user can easily select all items, however the **checkbox doesn't update...
As a workaround I do it via v-if, so in this way I re-initiate vue-agile.
Looks like a bug. @mauricius should look at this issue.
resizestop -> https://github.com/mauricius/vue-draggable-resizable#resizestop `key` is a vue's built-in prop, it is not module specific -> https://vuejs.org/v2/api/#key
How width or height could be false/true if it is number of pixels?
Update "width" and "height" properties of your svg (I assume your svg inside `` tag) and everything should work.
It seems that No, but it would be cool to have a such feature :)
Just an idea... When you drag an item, coordinates are changing. Just check coordinate and scroll page by js. For example if a coordinate for top is < 10 px,...
I did not have such task and maybe I do not know your specific case, but why not to do math on your own and convert px to %?