-
Notifications
You must be signed in to change notification settings - Fork 240
Open
Description
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
Labels
No labels