stevegreatrex / ko.plus

Awesome extensions to KnockoutJS
http://stevegreatrex.github.io/ko.plus
MIT License
34 stars 12 forks source link

Sorting of alphabetic strings is case-sensitive #10

Closed conficient closed 9 years ago

conficient commented 9 years ago

Not sure if this is intended behaviour or not, but sorting of alphabetic strings is case-sensitive. I would normally expect a sort to default to case-insensitive.

http://jsfiddle.net/Quango/zhe7nexg/12/

stevegreatrex commented 9 years ago

Fixed in version 0.0.23

conficient commented 9 years ago

Thanks Steve