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

RxAutoComplete - success callback bug #58

@istrasci

Description

@istrasci

In trying to use the RxAutoComplete component, my server-side search is working correctly and then RxAutoComplete#onResourceSearch callback is triggered. However, it's breaking around line ~345 with an "Error #1009: Cannot access a property or method of a null object reference. The line is

if ((results as Array).length) {

Debugging is showing that results is a TypedArray.

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