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
Describe the bug
I noticed behaviour in a choices enhanced select inside bootstrap modal. If I open a normal select and press Esc - the select box hides, but if I open choices select and press Esc - the modal closes.
Describe the bug
I noticed behaviour in a choices enhanced select inside bootstrap modal. If I open a normal select and press
Esc
- the select box hides, but if I open choices select and pressEsc
- the modal closes.To Reproduce
Esc
- select box closes, modal stays.Esc
- modal closes (select box too).Desktop (please complete the following information):
Additional context
Adding
if (hasActiveDropdown) event.stopPropagation();
incase ESC_KEY:
fixes the behaviour.The text was updated successfully, but these errors were encountered: