Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

set selectmenu to load alphabetically

Hi,
how do I get a selectmenu to load alphabetically?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

set selectmenu to load alphabetically

Hello,
The list returned from the service should be sorted in the order you need.

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

set selectmenu to load alphabetically

the list returned from localstorage is in the order the array items are created, I would like them to load aplhabetically

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

set selectmenu to load alphabetically

As you load the values, they would need to be sort programatically.

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

set selectmenu to load alphabetically

Thanks Katya,
can this be done with js on click the save button

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

set selectmenu to load alphabetically

Yes, you can sort an array while saving in localStorage.

Return to “Issues”