Kristiyan Kostadinov

Results 335 comments of Kristiyan Kostadinov

@jelbourn @mmalerba how should we proceed with this one?

I don't think that this is the most common use case or the more intuitive behavior. When the user moved the item over to the new list, they already got...

@TKul6 I think that we should be able to support your case, but it shouldn't be the default behavior. I'm open to ideas about what the API could look like.

Sorry for the delayed response @TKul6. I think the problem with this approach is that we'd have to have the CDK know about all the possible strategies and have it...

@TKul6 that does sound interesting. I was planning on having another service or moving some of the logic to the `DragDropRegistry` since the current approach where the logic is inside...

We appreciate the enthusiasm, but something like this would have to fit into the existing planned work for drag and drop.

@TKul6 I'm afraid that you would end up wasting your time by doing it now since we'll have to move things around it in the future, in order to support...

The default consumption is as simple as before, the only difference is that people who know what they're doing can pass in some extra options. My concern is that if...