diff --git a/docs/textinput.md b/docs/textinput.md index c685e65d14c..6e831a04d12 100644 --- a/docs/textinput.md +++ b/docs/textinput.md @@ -625,6 +625,16 @@ The text color of the placeholder string. --- +### `readOnly` + +If `true`, text is not editable. The default value is `false`. + +| Type | +| ---- | +| bool | + +--- + ### `returnKeyLabel`
Android
Sets the return key to the label. Use it instead of `returnKeyType`.