Bug(?) with uppercase and lowercase in Dynamic list A-Z sort order

When setting a sort order based on name to alphabetical A-Z in a dynamic list, names that start with uppercase is listed before lowercase, like this:

  1. Alpha
  2. Charlie
  3. Delta
  4. Echo
  5. bravo

I have a list with company names. On of the companies is called eStep. This company is placed at the bottom, bellow Z, not under E like it should. If I change the name for eStep to Estep the position is right. Any fix to this?

Thanks

1 Like

Two hacky solutions:

  1. Use custom code to re-sort them.
  2. Make all lowercase, and use CSS first-letter to make the first letter uppercase.
1 Like

Thanks for your reply @samliew :slight_smile: Iā€™m just a designer not a programmer so will have to do a bit research on these solutions, hoping for a ā€œsettings solutionā€ in Webflow in the meantime :wink:

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.