Dragomir Denev

Results 56 comments of Dragomir Denev

Thanks for replying! >This is a tricky one to solve since everything is being serialized and passed over a post message to get it into the child window. Right now...

For anyone who might also wonder about this, here is my solution for Vue below. This is my child component: ```js import isEqual from 'lodash/isEqual' export default { data ()...

@ogulcantumdogan, sure. First, I have to note that I'm using Zoid with an iframe (not popup). On the parent side I create the Zoid Vue component and store it in...

> In the mean time, I'll think about if and how zoid can handle this better. BTW, @bluepnume, did you have a chance to think on how to add this...

@rlemaigre, could you please let us know of your plans to add typing to the library? Thank you!

Hi @stnguyen90 thanks for replying! I would not consider this issue as a duplicate to #1192 - these are two different issues. At the end, it's your decision whether to...

+1 on this request. It's been countless times that I try to guess the current paddings by entering them into the boxes just so that I can then switch off...

@Lissy93, any chance you review and eventually merge the fix I provided? The issue is relly annoying on a mobile device 🙂 Thank you in advance!

Thank you, @jalal246! Will test and let you know

I have several questions: 1. When migrating an element between containers, many `$onDragOver` and `$onDragLeave` events are fired (check the sandbox, drag an element from one container to the other...