When we click in combo box a popup with the list of options is opened, and then if we click anywhere else in the screen is closed automatically, i want to keep it open even if user clicks somewhere else in the screen, is that possible?
There is not such a built-in functionality. Please explain why you need to keep the popup visible
We have developed a virtual keyboard which is shown when user clicks in combo and when user clicks a key in that keyboard we copy the character into the input field, the desiered behavior is that combo keeps open and filter.
Add code, which will cancel bubbling for onclick event to your virtual keyboard - it will resolve the issue.
I have got another problem with combo in pop up . I have taken zindex less than the pop up . My problem is cmobo coming nice on pop up few times and disappearing another time means it is going behind the pop up.
means it is going behind the pop up.
Please attach sample that allows to reproduce the problem.