Currently, I have implemented a ng-select dropdown for dynamically searching data.
However, one issue that I've encountered is that when the search results are displayed and you click on the down arrow, the content is not visible as expected.
You can view my code implementation here.
To replicate this issue:
Step 1: Click on the search box
Step 2: Search for a number, e.g., 1
Step 3: Click on the down arrow
You can see the problem in action through these images: https://i.sstatic.net/cy4dX.png
https://i.sstatic.net/GrJod.gif
I would greatly appreciate any assistance or suggestions to resolve this. Thank you in advance.