diff --git a/docs/next/textinput.html b/docs/next/textinput.html index a4aeb9391f2..3f7df48bd59 100644 --- a/docs/next/textinput.html +++ b/docs/next/textinput.html @@ -196,6 +196,7 @@ AppRegistry.registerComponent(
  • selectionColor
  • selectionState
  • selectTextOnFocus
  • +
  • showSoftInputOnFocus
  • spellCheck
  • style
  • textBreakStrategy
  • @@ -836,6 +837,17 @@ AppRegistry.registerComponent(
    +

    showSoftInputOnFocus

    +

    When false, it will prevent the soft keyboard from showing when the field is focused. The default value is true.

    + + + + + + + +
    TypeRequiredPlatform
    boolNoAndroid
    +

    spellCheck

    If false, disables spell-check style (i.e. red underlines). The default value is inherited from autoCorrect.

    diff --git a/docs/next/textinput/index.html b/docs/next/textinput/index.html index a4aeb9391f2..3f7df48bd59 100644 --- a/docs/next/textinput/index.html +++ b/docs/next/textinput/index.html @@ -196,6 +196,7 @@ AppRegistry.registerComponent(
  • selectionColor
  • selectionState
  • selectTextOnFocus
  • +
  • showSoftInputOnFocus
  • spellCheck
  • style
  • textBreakStrategy
  • @@ -836,6 +837,17 @@ AppRegistry.registerComponent(

    +

    showSoftInputOnFocus

    +

    When false, it will prevent the soft keyboard from showing when the field is focused. The default value is true.

    + + + + + + + +
    TypeRequiredPlatform
    boolNoAndroid
    +

    spellCheck

    If false, disables spell-check style (i.e. red underlines). The default value is inherited from autoCorrect.