Open
Description
Hi!
I have a problem with using ui-bootstrap dropdown control inside a cell template of a ui-grid with cellnav enabled. The problem is that dropdown doesn't close when I click inside a grid. I believe this is because of the following call to evt.stopPropagation() in cellnav feature:
ui-grid/src/features/cellnav/js/cellnav.js
Line 681 in 94a3114
If I remove that call to evt.stopPropagation(); then it just works.