We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80591bf commit 9431f1eCopy full SHA for 9431f1e
packages/react-native-web-docs/src/pages/docs/components/text-input.md
@@ -47,7 +47,7 @@ Equivalent to [HTMLElement.autocapitalize](https://developer.mozilla.org/en-US/d
47
Equivalent to [HTMLElement.autocomplete](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocomplete).
48
{% endcall %}
49
50
-{% call macro.prop('autoCorrect', '?("on" | "off")') %}
+{% call macro.prop('autoCorrect', '?boolean = true') %}
51
A string indicating whether or not auto-correct behavior is on or off. Safari only.
52
53
0 commit comments