auto-complete
auto-complete copied to clipboard
Does not get close on click outside if used in the modal popup
Does not get close on click outside if used in the modal popup
Steps to reproduce
- Add the auto-filter dropdown in the bootstrap modal popup.
- It opens the list but does not get closed on click outside.
- It is working fine on the other place but on bootstrap modal popup it's not working.
Current behavior
- Not getting close on the bootstrap modal popup but working on the simple page.
Expected/desired behavior
- After focus out or click outside it should hide the dropdown list on the bootstrap modal popup.
Any help is very much appreciated.
I'm working with auto-complete inside modal (https://github.com/shlomiassaf/ngx-modialog) and have no such error like this, may you please provide a plunker example, since bootstrap is something I imagine is easy to do.