Skip to content

Jira Connect: ensure that the Clear button is visible in the Namespace search

What does this MR do?

In the Jira Connect App, ensures that the Clear button (x button) is visible in the Namespace search. Previously, the x button was not visible (issue: #331028 (closed))

gl-search-box-by-type has internal logic that only shows the clear button when the value prop is truthy, so this MR adds the :value prop to our search box instance.

Screenshots (strongly suggested)

With Value Loading state
Screen_Shot_2021-06-18_at_12.09.55_pm Screen_Shot_2021-06-18_at_12.09.58_pm

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Tom Quirk

Merge request reports