Skip to content

Can you add sorting method or attribute? #2368

@aQua-pl

Description

@aQua-pl

Can you add sorting method or attribute to multiple select boxes, sort the result according to the order selected in multiple select boxes?

For example:

<select class="selectpicker" multiple>
  <option>Mustard</option>
  <option>Ketchup</option>
  <option>Relish</option>
</select>

I chose Ketchup,Mustard and Relish successively,the result is Mustard, Ketchup, Relish.I want the results to be Ketchup,Mustard,Relish by adding the sorted method or attribute.

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