Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Autocomplete in multi-input elements is too greedy #356

@michaelgfalk

Description

@michaelgfalk

When you are filling in an input in a multi-input container, the autocomplete is a bit too greedy.

I tried to type 'Johnson, Ian' into an input, but as there was already a 'john' in the suggested autocompletions, it automatically filled the field with 'john' and then placed the 'son' in a new input element in the multi-input container.

Screen Shot 2022-05-26 at 16 50 51

I then attempted to click on the offending 'john' to edit the contributor's name, but clicking on an exisiting contributor in the multi-input div simply triggered additional input elements to be created, rather than allowing me to edit the existing contributor in the list.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions