From 3f66d8511f2c98cd4ac7b384f5c972933a92dad8 Mon Sep 17 00:00:00 2001 From: OlimpiaZurek Date: Thu, 4 May 2023 11:52:34 +0200 Subject: [PATCH] changes after cr --- docs/textinput.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/textinput.md b/docs/textinput.md index a14aac7d510..c12b4cf4e03 100644 --- a/docs/textinput.md +++ b/docs/textinput.md @@ -227,19 +227,9 @@ If `true`, the text field will blur when submitted. The default value is true fo --- -### `caretHidden` - -If `true`, caret is hidden. The default value is `false`. - -| Type | -| ---- | -| bool | - ---- - ### `caretYOffset` -Allows to adjust caret postiion relative to the Y axis. The default value is `0` +Allows to adjust caret position relative to the Y axis. The default value is `0`. | Type | | ------ | @@ -249,7 +239,7 @@ Allows to adjust caret postiion relative to the Y axis. The default value is `0` ### `caretHeight` -Allows to adjust caret height. The default value is `0` +Allows to adjust caret height. The default value is `0`. | Type | | ------ | @@ -257,6 +247,16 @@ Allows to adjust caret height. The default value is `0` --- +### `caretHidden` + +If `true`, caret is hidden. The default value is `false`. + +| Type | +| ---- | +| bool | + +--- + ### `clearButtonMode`
iOS
When the clear button should appear on the right side of the text view. This property is supported only for single-line TextInput component. The default value is `never`.