Hello!
I have a form with 5 select components, How can I identify which one is open and close it programmatically?
Hello!
I have a form with 5 select components, How can I identify which one is open and close it programmatically?
How are you able to have 5 different select components open at the same time? If one is open, the others should not be unless you are using same ngmodel for all selects. Show your code.