Skip to content

To support Chinese input software on mobile #30

@nioxiao

Description

@nioxiao

To support Chinese input software on mobile, it should listen "input" in setupEvents() at line 142.

    setupEvents: function() {
      this.el.on("input", ".autocomplete-field", $.proxy(this.onKeyUp, this));
      this.el.on("keyup", ".autocomplete-field", $.proxy(this.onKeyUp, this));

Good job! Thanks.

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