Skip to content

Clear search field on selecting user in assignees and reviewers

Natalia Tepluhina requested to merge ntepluhina-clear-search-on-assignees into master

What does this MR do and why?

This MR is intended to fix #435897 (closed). Currently, on assignee select we don't clear the search input field, and this MR adds a fix to clear and focus the input

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

Before After
before after

How to set up and validate locally

  1. Open any issue or merge request
  2. On sidebar assignees widget, search for some username
  3. Select an user from the dropdown list
  4. Input field should be empty and focused
Edited by Natalia Tepluhina

Merge request reports