We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16020fb commit 90b7e8bCopy full SHA for 90b7e8b
1 file changed
packages/react-strict-dom/src/types/renderer.native.js
@@ -55,8 +55,8 @@ type ReactNativeProps = {
55
text?: ?string
56
},
57
accessibilityViewIsModal?: ?boolean,
58
- autoComplete?: ?string,
59
autoCapitalize?: ?('none' | 'sentences' | 'words' | 'characters'),
+ autoComplete?: ?string,
60
alt?: ?Stringish,
61
animated?: ?boolean, // non-standard
62
caretHidden?: TextInputProps['caretHidden'],
0 commit comments