As a user
when I enter "dis", and then choose "discussion" out of the dropdown
I want to see a discussion tag, but not my typed "dis" in the namespaces form
because I already selected what I need.
Acceptance Criteria:
- When a user selected an option from the dropdown, delete the characters that brought them to the dropdown selection
Details
We should not allow arbitrary input. If it cannot be fixed with this, we need to fix it for the MenuTagMultiselectWidget
Background
Maybe solved in ooui v0.22.0 / 2017-05-30 "MenuTagMultiselectWidget: Clear text field after adding an item from it (Bartosz Dziewoński)" (depending on T173009 outcome)