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
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.
The text was updated successfully, but these errors were encountered:
Short description
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
maxFixtures
to 2Additional 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.The text was updated successfully, but these errors were encountered: