Skip to content

Select / Chosen type_ahead incompatible with Term datasource #244

@danielbachhuber

Description

@danielbachhuber

In our Post's term fields, we want to persist the assigned order so the first term assigned to a Post can be considered the "primary" term. Fieldmanager's Select Field with type_ahead and the term data source only works part of the way for this.

Using Chosen, I can assign terms to a post in arbitrary order. The terms are saved to the database correctly. However, because the <select> is built with <option> taxonomy terms in alphabetical order, my specified order is ignored for display (and lost when I save the post).

But, I think the bug is that use_ajax doesn't work with Chosen. For my term data source, I don't want to load all of the terms at once because it's a performance issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions