Katinka Hesselink

Results 8 comments of Katinka Hesselink

We're loving it that vuex-orm already has a vue3 compatible branch, but yes -BelongsToMany (or many to many) would be a good addition.

Just FYI - according the the docs @HasManyBy is a decorator - which works only in typescript? It may be unusual for a project with our level of complexity, but...

Great. So how do I turn off dragging?

The problem appears to be solved if in Tree.vue you define your space prop with a type 'number': `space: {type: Number, default: 10},` Right now in autodragplaceholder.js, in line 258:...

This works if I set cross-tree to true, but not when I set it to false.

My fix for the dragging problem also fixes this. https://github.com/phphe/vue-draggable-nested-tree/issues/42

Another option is for the close event to use the manually changed input. The following works for me (in the options object): ``` { altInput: true, allowInput: true, onClose(dates, currentdatestring,...

See this issue: https://github.com/euvl/vue-js-popover/issues/27 It's still open after more than a year, so I think someone who is seriously good at stuff like this should look at it. For some...