Skip to content

The sorting strategy "alphabetical" should use localeCompare() #2684

@kozi

Description

@kozi

The sorting strategy "alphabetical" should use localeCompare()

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/localeCompare

return a.name < b.name;

return a.name < b.name;

a.name.localeCompare(b.name)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions