Francis Enyi

Results 13 comments of Francis Enyi

Nice. Thanks for looking into the code. I think the original design did not consider an async drop validator function. Feel free to contribute a fix with a PR. Otherwise,...

AFAIK, the drag/drop feature existed prior to this issue. I will look into this over the weekend. @ajmcgrail

Fix now available in 2.0.11. My understanding of this issue is that we do not even want to show the drag-and-drop effect if it is disabled. To achieve this DO...

Nice. Thanks for adding. I'd love to have automated tests on this project. But without it, I will run some manual regression on this, and then get it merged.

Hi, I'll have a look, I can't quite remember if a disabled node isn't draggable. But no the dropValidator is only called when the drop has happened. I am guessing...

> i add style class to styles array on each item but not show style class in tree dom. how i can customize style of tree item? Hi @phimanh2905 Are...

@phimanh2905 Interesting, can you attempt placing the style in the App.vue file or the entry component ? If it works, please let me know so I can investigate further. I...

Interesting use case, **There is no current way to do so with drag and drag.** I could look into creating an invisible drop zone above and beneath each node to...

> Hi, > I'm trying to find a way how I can skip the events when the expand or collapse of a node is made from my code. I need...

I am split 50-50 between whether to treat this as a bug (in which case we should fix it on the component) or it's something that you may want to...