Skip to content

AutoComplete Breaks When Results is Null #472

@harryfear

Description

@harryfear

After a null result dataset is gotten, further autocompletes are broken.

What should happen is that the null dataset is ignored and further autocompletes with data are shown normally.

What does happen is that further datasets that should have results are not presented as an uncaught error has already broken the autocomplete instance.

When dataresult result is a null rather than an empty array, this error occurs:

Cannot read properties of null (reading 'length')

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