d3lm / ngx-drag-to-select

A lightweight, fast, configurable and reactive drag-to-select component for Angular 10 and beyond
https://www.npmjs.com/package/ngx-drag-to-select
MIT License
293 stars 65 forks source link

Button inside selected element not working #158

Open abhishack opened 2 years ago

abhishack commented 2 years ago

I'm selecting a list element and a popup opens on selection, I've a button inside the list element. Is there any way I could avoid the button to open selection popup and do something else.

screenshot

d3lm commented 2 years ago

Hey there! Can you please provide a reproduction using StackBlitz?

abhishack commented 2 years ago

Hi @d3lm , Yes please check this StackBlitz, I was hoping for button to be nonselectable somehow. Thank you :)

d3lm commented 2 years ago

Thanks! I'd appreciate a PR as I don't have much time right now to work on this.