As a Wikidata editor using the web interface, I want to navigate the editing UI without unneeded suggestions popping up.
Problem:
When editing, after having selected a valid entity value, the list of suggestions may be shown again and again each time the entity input is clicked. This seems unnecessary as the list is mainly useful if no valid value is currently selected.
Example:
BDD
GIVEN a Wikidata user entered an entity value via UI
AND the entity value is valid
WHEN the user clicks back to this entity input (without changing the value)
THEN the list of suggestions is not shown again
Acceptance criteria:
- BDD is fulfilled and everything else is still working