This logic is firing when pressing \"Enter\" in the \"Amount\" input, and I don\'t believe it should (it doesn\'t in Chrome). How can I prevent this, and if not prevent it
I had the same problem and solved it by adding type="button" attribute to the element, by which IE thinks the button as a simple button instead of a submit button (which is default behavior of a element).