-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Work Item - Field Format and Display
-
None
Issue Summary
Currently, when typing a value in the Component field, the autocomplete suggestions do not prioritize exact matches. Instead, substring matches may appear above the exact match, making it harder to quickly select the intended value.
Steps to Reproduce
- For example, when typing payment in the Component field, the autocomplete dropdown returns:
-
- cross-payment ← substring match ranked first
-
- payment ← exact match ranked second
-
- payment-gateway
-
- payment-processing
-
- payment-refunds
Expected Results
When typing an exact component name in the Component field, the exact match should appear as the first result in the autocomplete dropdown, above any substring or partial matches.
Actual Results
Actual Results: The exact match is ranked below substring matches. In the example above, typing payment returns cross-payment as the first suggestion instead of payment.
Workaround
N/A