Skip to content

Pressing Tab multiple times does not cycle through the values of the autocomplete function #53

Description

@robopzet

Don't know if this is a bug, but it is not what I expected.

My code uses a prompt with an autocomplete function. After entering some text, pressing Tab shows the first result that this function returns.

Press Tab again and the result is not the second result from this list. Instead, the second item from the unfiltered list is shown.

I noticed the autocomplete function is called twice when pressing Tab for the second time. The first time the selection contains the result returned when handling the first Tab and once with an empty parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions