Skip to content

Migrate away from key event listener

Vedant Jain requested to merge vedant-jain03/gitlab:patch#456223 into master
  • Please check this box if this contribution uses AI-generated content as outlined in the GitLab DCO & CLA

What does this MR do and why?

fixes #456223 (closed)

In board form we bind an Enter event handler to a text input to trigger some submission-like action. This might degrade the user experience for users using Input Method Editors as they might expect the Enter key to confirm their selection within the IME rather than submit their input.

Edited by 🤖 GitLab Bot 🤖

Merge request reports