Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,17 @@ Possible values for `textContentType` are:

---

### `passwordRules`

When using `textContentType` as `newPassword` on iOS we can let the OS know the minimum requirements of the password so that it can generate one that will satisfy them.
In order to create a valid string for `PasswordRules` take a look to the [Apple Docs](https://developer.apple.com/password-rules/).

| Type | Required | Platform |
| ------ | -------- | -------- |
| string | No | iOS |

---

### `style`

Note that not all Text styles are supported, an incomplete list of what is not supported includes:
Expand Down