Closed eugene-gv closed 5 years ago
@eugene-gv Please, reproduce the issue within an example. Make fork from that: https://stackblitz.com/edit/ngx-select-ex-scratch
There is integrated clear button, so no need in such directive, sorry. But custom click on selected option don't work anyway. check here: https://stackblitz.com/edit/ngx-select-ex-scratch-btus6p
@eugene-gv It works with a fix in your code: https://stackblitz.com/edit/ngx-select-ex-issue-166?file=src%2Fapp%2Fapp.component.html
I need it to work while clicking text inside selected element. Is it possible? Now when i click anywhere inside selected element console log is not triggered
Thanks, Konstantin!
Added custom directive:
In template:
On click - nothing happens. In 3.6.10 and previous works fine