Skip to content

Commit 78e9038

Browse files
Remove outdated multiline single-side border caveat from TextInput docs (#5200)
1 parent 39f7ce0 commit 78e9038

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/textinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default TextInputExample;
5050

5151
Two methods exposed via the native element are `.focus()` and `.blur()` that will focus or blur the TextInput programmatically.
5252

53-
Note that some props are only available with `multiline={true/false}`. Additionally, border styles that apply to only one side of the element (e.g., `borderBottomColor`, `borderLeftWidth`, etc.) will not be applied if `multiline=true`. To achieve the same effect, you can wrap your `TextInput` in a `View`:
53+
Note that some props are only available with `multiline={true/false}`:
5454

5555
```SnackPlayer name=Multiline%20TextInput%20Example
5656
import {useState} from 'react';

website/versioned_docs/version-0.81/textinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default TextInputExample;
5050

5151
Two methods exposed via the native element are `.focus()` and `.blur()` that will focus or blur the TextInput programmatically.
5252

53-
Note that some props are only available with `multiline={true/false}`. Additionally, border styles that apply to only one side of the element (e.g., `borderBottomColor`, `borderLeftWidth`, etc.) will not be applied if `multiline=true`. To achieve the same effect, you can wrap your `TextInput` in a `View`:
53+
Note that some props are only available with `multiline={true/false}`:
5454

5555
```SnackPlayer name=Multiline%20TextInput%20Example
5656
import {useState} from 'react';

website/versioned_docs/version-0.82/textinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default TextInputExample;
5050

5151
Two methods exposed via the native element are `.focus()` and `.blur()` that will focus or blur the TextInput programmatically.
5252

53-
Note that some props are only available with `multiline={true/false}`. Additionally, border styles that apply to only one side of the element (e.g., `borderBottomColor`, `borderLeftWidth`, etc.) will not be applied if `multiline=true`. To achieve the same effect, you can wrap your `TextInput` in a `View`:
53+
Note that some props are only available with `multiline={true/false}`:
5454

5555
```SnackPlayer name=Multiline%20TextInput%20Example
5656
import {useState} from 'react';

website/versioned_docs/version-0.83/textinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default TextInputExample;
5050

5151
Two methods exposed via the native element are `.focus()` and `.blur()` that will focus or blur the TextInput programmatically.
5252

53-
Note that some props are only available with `multiline={true/false}`. Additionally, border styles that apply to only one side of the element (e.g., `borderBottomColor`, `borderLeftWidth`, etc.) will not be applied if `multiline=true`. To achieve the same effect, you can wrap your `TextInput` in a `View`:
53+
Note that some props are only available with `multiline={true/false}`:
5454

5555
```SnackPlayer name=Multiline%20TextInput%20Example
5656
import {useState} from 'react';

website/versioned_docs/version-0.84/textinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default TextInputExample;
5050

5151
Two methods exposed via the native element are `.focus()` and `.blur()` that will focus or blur the TextInput programmatically.
5252

53-
Note that some props are only available with `multiline={true/false}`. Additionally, border styles that apply to only one side of the element (e.g., `borderBottomColor`, `borderLeftWidth`, etc.) will not be applied if `multiline=true`. To achieve the same effect, you can wrap your `TextInput` in a `View`:
53+
Note that some props are only available with `multiline={true/false}`:
5454

5555
```SnackPlayer name=Multiline%20TextInput%20Example
5656
import {useState} from 'react';

website/versioned_docs/version-0.85/textinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default TextInputExample;
5050

5151
Two methods exposed via the native element are `.focus()` and `.blur()` that will focus or blur the TextInput programmatically.
5252

53-
Note that some props are only available with `multiline={true/false}`. Additionally, border styles that apply to only one side of the element (e.g., `borderBottomColor`, `borderLeftWidth`, etc.) will not be applied if `multiline=true`. To achieve the same effect, you can wrap your `TextInput` in a `View`:
53+
Note that some props are only available with `multiline={true/false}`:
5454

5555
```SnackPlayer name=Multiline%20TextInput%20Example
5656
import {useState} from 'react';

website/versioned_docs/version-0.86/textinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default TextInputExample;
5050

5151
Two methods exposed via the native element are `.focus()` and `.blur()` that will focus or blur the TextInput programmatically.
5252

53-
Note that some props are only available with `multiline={true/false}`. Additionally, border styles that apply to only one side of the element (e.g., `borderBottomColor`, `borderLeftWidth`, etc.) will not be applied if `multiline=true`. To achieve the same effect, you can wrap your `TextInput` in a `View`:
53+
Note that some props are only available with `multiline={true/false}`:
5454

5555
```SnackPlayer name=Multiline%20TextInput%20Example
5656
import {useState} from 'react';

website/versioned_docs/version-0.87/textinput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default TextInputExample;
5050

5151
Two methods exposed via the native element are `.focus()` and `.blur()` that will focus or blur the TextInput programmatically.
5252

53-
Note that some props are only available with `multiline={true/false}`. Additionally, border styles that apply to only one side of the element (e.g., `borderBottomColor`, `borderLeftWidth`, etc.) will not be applied if `multiline=true`. To achieve the same effect, you can wrap your `TextInput` in a `View`:
53+
Note that some props are only available with `multiline={true/false}`:
5454

5555
```SnackPlayer name=Multiline%20TextInput%20Example
5656
import {useState} from 'react';

0 commit comments

Comments
 (0)