-
Notifications
You must be signed in to change notification settings - Fork 325
Open
Labels
Description
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
- 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.