Remove enter key listener on error tracking list input
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA
What does this MR do and why
Closes #456219 (closed)
Removes ENTER key listeners for gl-form-input
in app/assets/javascripts/error_tracking/components/error_tracking_list.vue
- replaced with
submit
key listeners to handle submission actions - add
form
element
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
- Run tests by doing:
yarn jest error_tracking_list_spec.js
Edited by Grace Chung