facebookarchive/draft-js

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

开放

#642 创建于 2016年9月11日

 (1 条评论) (2 个反应) (0 位负责人)JavaScript (2,646 个派生)batch import
help wantedios

仓库指标

星标
 (22,554 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南