Skip to content

Doesn't work with textarea #11

@mludowise

Description

@mludowise

The modifications made to bootstrap-typeahead.js don't allow it to work in a textarea but only an input or contenteditable element.

Line 86 should be:

this.query = this.$element.is("input") || this.$element.is("textarea") ? this.$element.val() : this.$element.text();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions