From 010d7cd5dcb9796024100ea9215e0baf7bb8ccd9 Mon Sep 17 00:00:00 2001 From: Gabriel Donadel Dall'Agnol Date: Tue, 6 Sep 2022 06:02:01 -0300 Subject: [PATCH] TextInput: Add readOnly prop (#3278) --- docs/textinput.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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`.