facebookarchive/draft-js

Autocapitalize first character does not happen on iOS after pressing 'return'

Open

#642 创建于 2016年9月11日

在 GitHub 查看
 (1 评论) (2 反应) (0 负责人)JavaScript (22,554 star) (2,646 fork)batch import
help wantedios

描述

To reproduce:

  • Open any of the Draft examples in iOS.
  • Touch the editor area.
  • Start typing. The first character of the sentence is automatically capitalized, which is correct and expected.
  • Type a period and press space. This starts a new sentence, so the next letter typed is again capitalized.
  • Finish the sentence, type a period and then press return. The cursor moves to the next line.
  • Start typing. The first character is not capitalized.

Is it possible to make this work?

贡献者指南

Autocapitalize first character does not happen on iOS after pressing 'return' · facebookarchive/draft-js#642 | Good First Issue