I am having one div which contains the igcombo. It that div i have add click action to opendropdown when i click on div element.
Now i also want to close the dropdown when dropdown is opened already.
Hello,
Thank you for your question.
It is recommended not to have other nested elements within the html element that is used as widget wrapper. Our widgets are using the html element as base and having other child element within it on initialization could cause issues.
As for the close functionality, my suggestion is to use the closeDropDown method https://www.igniteui.com/help/api/2017.1/ui.igCombo#methods:closeDropDown