You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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')
The text was updated successfully, but these errors were encountered: