I am using ng2-completer. This is nice and useful. But I am facing a problem.
when I have an initial value there is a close button. when I click close button (selected) event is not triggered :( . Please observe the image
Here projectName is a string fetching from the server and treated as the initial value. But when I selelect a value from dropdown and click close button then for both select and deselect, (selected) event is triggered.
I am using ng2-completer. This is nice and useful. But I am facing a problem. when I have an initial value there is a close button. when I click close button (selected) event is not triggered :( . Please observe the image
Image
Here projectName is a string fetching from the server and treated as the initial value. But when I selelect a value from dropdown and click close button then for both select and deselect, (selected) event is triggered.