You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
I have a number of fixtures with the same label but different lng/lat. In this scenario, a few issues arise:
1. Highlighting using the arrow keys selects all suggestions at once.
2. Fixtures used as suggestions aren't cleared out properly. In this screenshot, I have maxFixtures set to 3 and changing the search continues adding to the list of previously shown fixture suggestions.
Expected results
I expected that the fixures suggestions would highlight correctly and be cleared correctly, even though the suggestion labels are the same.
Reproduction steps
Add 3 fixtures with the same label, 2 with another label and set a maxFixtures to 2
Search the 1st label of the fixtures
Arrow down to highlight to reproduce the highlighting bug
Clear input and search by the 2nd label name to reproduce the bug with the previous suggestions
Additional Information
I tried setting the param placeId along with label/location to give the object a unique token but it was ignored and continued relying on the label.
Short description
I have a number of fixtures with the same
labelbut different lng/lat. In this scenario, a few issues arise:1. Highlighting using the arrow keys selects all suggestions at once.
2. Fixtures used as suggestions aren't cleared out properly. In this screenshot, I have
maxFixturesset to 3 and changing the search continues adding to the list of previously shown fixture suggestions.Expected results
I expected that the fixures suggestions would highlight correctly and be cleared correctly, even though the suggestion labels are the same.
Reproduction steps
maxFixturesto 2Additional Information
I tried setting the param
placeIdalong with label/location to give the object a unique token but it was ignored and continued relying on the label.