Dominic Elm

Results 238 comments of Dominic Elm

Yep, sounds reasonable. I ll have a look and see which solution I ll go with. Maybe deteching the whole container from the CD cycle might be a good idea....

Hey @Saonela, my apologies but I haven't had the time yet to delve into this. I am a bit swamped at the moment but if you want to take a...

Hey there! Thanks for opening this issue 🙏 That's a really good point you're bringing up there, and it totally makes sense in your use case to stop the event...

Yep, I like your suggestion! I see if I can get that in ASAP 👍

Trying to work on it this weekend.

Hey there! Yes that is correct and also more or less by design. That input is not meant to be used to pass in an array of items that are...

Yea, you are right. It's not a true two-way data binding in the sense that whatever you pass in is also used internally. Changing this is definitely a breaking change...

@vincentjdc Yes I like the idea of using the config to enable this. I see if I can get this in soon.

Hey there! Thanks for reaching out. Have you looked at the `selectWithShortcut` option? Check [this](https://github.com/d3lm/ngx-drag-to-select#dts-select-container) part of the readme. Essentially it will disable click selection and only allows to select...

Can you post a StackBlitz that reproduces the shortcut situation?