Skip to content

Search field doesn't scale with spaces #791

@rinatio

Description

@rinatio

If you type in few spaces into search field it won't scale, because of this line (chosen / chosen / chosen.jquery.js:968):

div.text(this.search_field.val());

It'll work with

div.html(this.search_field.val().replace(/\s/g, ' '));

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions