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 pressing the enter key on an input field the Dialog automatically closes, I know IE 11 is the only browser to exhibit this behavior since it's trying to submit a form. I can fix the problem by wrapping my inputs in a "form" but I was wondering if there is a reason the close button does not have the attribute type="button"?
Environment
Blueprint Version: 2.1.1,
Browser - IE 11
Question
When pressing the enter key on an input field the Dialog automatically closes, I know IE 11 is the only browser to exhibit this behavior since it's trying to submit a form. I can fix the problem by wrapping my inputs in a "form" but I was wondering if there is a reason the close button does not have the attribute type="button"?
Stack Overflow link explaining the odd IE behavior.
https://stackoverflow.com/questions/12325066/button-click-event-fires-when-pressing-enter-key-in-different-input-no-forms
The text was updated successfully, but these errors were encountered: