Is it planned to offer a title case attribute you can set, that converts texts automatically into title case?
You need it often for labels or headings and many people (including me) still make mistakes or even forget it which leads to inconsistencies in the details that are hard to handle and keeping an eye on.
CSS only knows text-transform: capitalize
. There are some JS solutions like Convert to Title Case - JavaScript , which I haven’t tested yet and where I’m also not sure how I could easily include this to a Antetype file for the time being.