Enhancement for alphabetic sorting of groups if there are numbers #1598
Labels
3. to review
Waiting for reviews
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
As a follow-up to #1461 by @ImUrX, when group names start with numbers, the sorting is unexpected:
Expected would be by value, not by first character:
Seems a compareFunction is needed for that: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort
The text was updated successfully, but these errors were encountered: