I am using Angular verion 11 and Angular-Slickgrid version 2.23.0
I added a drop down box filter in Angular-Slickgrid. The filter function works with no problem, but each time I click the filter, an extra drop down box appears below the grid, and it does not go away until I refresh the page.
If I keep clicking the filter, more and more extra drop down boxes appear on top of each other. It looks like only one extra box on the web page, but when I open the html elements, I can see a list of drop down elements generated.
I check Angular-Slickgrid official demo page about filter, each time when I click the filter, there is a drop down element generated at the bottom of the html page with a position, when I click the filter again, the drop down element disappears. This is the way it should work, but the drop down box element does not disappear when I click the filter.
Please see the source code below. During debug I remove all unnecessary code to keep only one column left, but the problem still exist. This problem exists in all drop down box filters in my project. Other filters with only text works well.
Thanks a lot for help.