clicking a file input no longer closes its parent dropdown in v3.3.5
Created by: archit
In bootstrap v3.3.4 if I have a file input inside a dropdown-menu, when I clicked the file-input, it would close the dropdown-menu.
However in v3.3.5, the click on file-input doesn't close the dropdown-menu.
P.S. I'm assuming bootstrap follows semver in version, because I had "bootstrap": "~3.3.4" in my bower.json and the behind the scenes patch upgrade was causing me this issue.