AndrewHocking / DanceConnect

MIT License
0 stars 0 forks source link

Name-based sorting is case-sensitive #133

Open prabjot09 opened 4 months ago

prabjot09 commented 4 months ago

For example: A name starting with 'a' will always be at the end of the sorted list (A-Z) if all other names start with capitals. So 'Zara' will always precede 'alex' due to case-sensitivity.