Vanillabacke

Results 5 issues of Vanillabacke

Hallo again :D It would be nice to have a dropZone at the end of each parent node. The problem is, if you want to drop the node after a...

enhancement

Hi @bartaxyz, nice work! 👍 I was looking for something like this. The onChange event is triggering multiple times. Maybe there should be an (additional) event onDataChange or onOrderChange. Cheers!...

bug
enhancement

Just wanna share a quick and dirty solution of getting the context kinda working. Needs a new method in the wrapper class: ```js getAncestorContext( node = false ) { while...

At first thanks for that package! I ran into an issue, where a customElement is nested (for example a nested accordion) and the slot selector is causing an error. A...

### Describe the problem Using the customElement as a wrapper as itself instead of the .... I saw your comment: ```js // TODO: Better than , but: Is a wrapper...

enhancement
help wanted