You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When element with
data-toggle="dropdown"is focused,keydownevents could not be cought on parent elements. For example, it's impossible to close containing modal byesc.It would be better to prevent event propagation only if dropdown is open.