Open
Description
Summary:
Probably a duplicate of #384 and #261.
In IE10 and IE11 the onClick event won't fire when a button is pressed with the enter key. This works fine outside a modal.
Steps to reproduce:
<Modal isOpen>
<button onClick={() => console.log("I won't fire in IE10/11 when enter is pressed")}>Button</button>
</Modal>