Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

Select items sort by default #176

@kkaiser1952

Description

@kkaiser1952

Description

Items in the select list will sort alphabetically instead of being listed in order of submission.

how to reproduce

$(".editable_selectTFC").editable("save.php", { 	// traffic
	    data    : '{"":"","Routine":"Routine","Welfare":"Welfare","Priority":"Priority","Emergency":"Emergency","Question":"Question","Sent":"Sent"}',
	    type    : "select",
	    tooltip : "Traffic dropdown",
	    style   : "inherit"
	 	});

expected result

Sort by input order as seen above.

actual result

Sort starts at Emergency and progress' alphabetically

Environment

Browser: All
OS: All

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions