Allow keydown events to propagate if Dropdown is closed
Created by: dunal
When element with data-toggle="dropdown" is focused, keydown events could not be cought on parent elements. For example, it's impossible to close containing modal by esc.
It would be better to prevent event propagation only if dropdown is open.