Skip to content

Undefined variable inner on load #14

Description

@jfals82

I had an issue with the inner variable found at line 117. On load it was undefined:

Uncaught TypeError: Cannot read property 'toLowerCase' of undefined

I used a simple conditional to fix it:

var inner = _this.$filter_input.val() ? _this.$filter_input.val().toLowerCase() : "";

Thanks for the widget. Very useful.

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