facebookarchive/draft-js

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

オープン

#642 opened on 2016/09/11

 (1 件のコメント) (2 件のリアクション) (0 人の担当者)JavaScript (2,646 件のフォーク)batch import
help wantedios

Repository metrics

Stars
 (22,554 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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?

コントリビューターガイド