When 'Enter' key is pressed on a single line text variable in portal, a modal window opens upIssue When a user focuses on a single line text variable on a catalog item in the Service portal, on pressing the 'Enter' key, a modal window pops up.ReleaseAllCauseThe issue is because of the way the markup is structured and rendered in a form on a catalog item page. Enter on the input field is trying to submit the form and the button is being treated as type submit.ResolutionTo resolve the issue, find the Macro variable associated with a widget calling spModal.open. In the HTML section of the Modal widget, look for the <button> tag and add type="button"