The entity autoselect is a strange UI element that lets you type something, if you select a match, it puts that text in. If you want to include two items you need ,
to separate them.
- What if there are commas in the title of the selected entities?
- It’s very easy for the user to hit backspace (or similar) and leave the entity improperly specified.
- Expanding on the last point, if a selected entity is
Something (123)
then hitting backspace toSomething (12
will no longer match the entity; you’d then have to backspace some more back to justSomething
, wait, then click the entity again.
I can’t be the only one thinking this UX could be improved, but I haven’t found a module yet. Even something as venerable as a jQuery Select2 type selector would be an improvement.