I had the same problem and solved it by adding type="button"
attribute to the <button>
element, by which IE thinks the button as a simple button instead of a submit button (which is default behavior of a <button>
element).
I had the same problem and solved it by adding type="button"
attribute to the <button>
element, by which IE thinks the button as a simple button instead of a submit button (which is default behavior of a <button>
element).