mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deploy website
Deploy website version based on 607965e18b5666f264fcb7f8ef8294ecbf2b1798
This commit is contained in:
@@ -196,6 +196,7 @@ AppRegistry.registerComponent(
|
||||
<li><a href="/react-native/docs/next/textinput#selectioncolor"><code>selectionColor</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#selectionstate"><code>selectionState</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#selecttextonfocus"><code>selectTextOnFocus</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#showsoftinputonfocus"><code>showSoftInputOnFocus</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#spellcheck"><code>spellCheck</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#style"><code>style</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#textbreakstrategy"><code>textBreakStrategy</code></a></li>
|
||||
@@ -836,6 +837,17 @@ AppRegistry.registerComponent(
|
||||
</tbody>
|
||||
</table>
|
||||
<hr>
|
||||
<h3><a class="anchor" aria-hidden="true" id="showsoftinputonfocus"></a><a href="#showsoftinputonfocus" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>showSoftInputOnFocus</code></h3>
|
||||
<p>When <code>false</code>, it will prevent the soft keyboard from showing when the field is focused. The default value is <code>true</code>.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Type</th><th>Required</th><th>Platform</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>bool</td><td>No</td><td>Android</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<hr>
|
||||
<h3><a class="anchor" aria-hidden="true" id="spellcheck"></a><a href="#spellcheck" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>spellCheck</code></h3>
|
||||
<p>If <code>false</code>, disables spell-check style (i.e. red underlines). The default value is inherited from <code>autoCorrect</code>.</p>
|
||||
<table>
|
||||
|
||||
@@ -196,6 +196,7 @@ AppRegistry.registerComponent(
|
||||
<li><a href="/react-native/docs/next/textinput#selectioncolor"><code>selectionColor</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#selectionstate"><code>selectionState</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#selecttextonfocus"><code>selectTextOnFocus</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#showsoftinputonfocus"><code>showSoftInputOnFocus</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#spellcheck"><code>spellCheck</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#style"><code>style</code></a></li>
|
||||
<li><a href="/react-native/docs/next/textinput#textbreakstrategy"><code>textBreakStrategy</code></a></li>
|
||||
@@ -836,6 +837,17 @@ AppRegistry.registerComponent(
|
||||
</tbody>
|
||||
</table>
|
||||
<hr>
|
||||
<h3><a class="anchor" aria-hidden="true" id="showsoftinputonfocus"></a><a href="#showsoftinputonfocus" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>showSoftInputOnFocus</code></h3>
|
||||
<p>When <code>false</code>, it will prevent the soft keyboard from showing when the field is focused. The default value is <code>true</code>.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Type</th><th>Required</th><th>Platform</th></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>bool</td><td>No</td><td>Android</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<hr>
|
||||
<h3><a class="anchor" aria-hidden="true" id="spellcheck"></a><a href="#spellcheck" aria-hidden="true" class="hash-link"><svg class="hash-link-icon" aria-hidden="true" height="16" version="1.1" viewBox="0 0 16 16" width="16"><path fill-rule="evenodd" d="M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z"></path></svg></a><code>spellCheck</code></h3>
|
||||
<p>If <code>false</code>, disables spell-check style (i.e. red underlines). The default value is inherited from <code>autoCorrect</code>.</p>
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user