autocapitaliztion is still on?

I see that the textarea uses <textarea autocorrect="off" autocapitalize="off" spellcheck="false".. But somehow on my Mac Codemirror still allows capitalization?

autocapitalize=off does not disallow capital letters if that’s what you mean.

If that’s not what you mean, and your browser is still autocapitalizing stuff (adding capital letters that you didn’t ask for), that’s bad, but not something CodeMirror can help – the way browsers interpret these attributes is poorly specified and not really reliable.

Hi Marijn,

Thank you for your swift reply. My browser still auto capitalizes text. I use Safari. Not sure if you have the same experience?

Cheers, Chris