diff --git a/docs/components/TextInput.md b/docs/components/TextInput.md index efacc854..df214304 100644 --- a/docs/components/TextInput.md +++ b/docs/components/TextInput.md @@ -48,9 +48,10 @@ updating the `value` prop to keep the controlled state in sync. If `false`, text is not editable (i.e., read-only). -**keyboardType**: oneOf('default', 'email-address', 'numeric', 'phone-pad', 'url') = 'default' +**keyboardType**: oneOf('default', 'email-address', 'numeric', 'phone-pad', 'search', 'url', 'web-search') = 'default' -Determines which keyboard to open. +Determines which keyboard to open. (NOTE: Safari iOS requires an ancestral +`