From 386b2287a789feaa963c2351f26c783c9408bcd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Henriques?= Date: Thu, 9 Feb 2023 16:47:04 +0000 Subject: [PATCH] feat: add `smartInsertDelete` prop to textinput.md --- docs/textinput.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/textinput.md b/docs/textinput.md index 5c3f4ffca0d..6f6d8034dff 100644 --- a/docs/textinput.md +++ b/docs/textinput.md @@ -972,6 +972,18 @@ Set line break strategy on iOS 14+. Possible values are `none`, `standard`, `han | ----------------------------------------------------------- | -------- | | enum(`'none'`, `'standard'`, `'hangul-word'`, `'push-out'`) | `'none'` | +--- + +### `smartInsertDelete`
iOS
+ +If `false`, the iOS system will not insert an extra space after a paste operation neither delete one or two spaces after a cut or delete operation. + +The default value is `true`. + +| Type | +| ---- | +| bool | + ## Methods ### `.focus()`