Skip to content

WIP: Filter form searches for issues live

username-removed-386624 requested to merge fix-filter-attempt into master

What does this MR do?

This makes the filter field in Issues and MRs filter items live rather than only after submission.

Previously the filter field would do this live, but only once. After that initial search the field wouldn't work anymore. This makes it work every time.

I'd still like to prevent the filter field input from being submitted to fix this more fully.

Are there points in the code the reviewer needs to double check?

That this doesn't cause anything to break.

One bug I know of is that opening the label dropdown causes a Turbolinks navigation (to the same page, so it essentially reloads), not sure why.

Why was this MR needed?

Fixes some unexpected behavior and bugs.

What are the relevant issue numbers?

#13573 (closed)

Does this MR meet the acceptance criteria?

Merge request reports