Skip to content

Commit c953fa6

Browse files
committed
docs: cleanup TextView
1 parent 38c8799 commit c953fa6

File tree

8 files changed

+124
-239
lines changed

8 files changed

+124
-239
lines changed
29 KB
Loading

content/screenshots/ios/TextView.png

64.6 KB
Loading

content/ui/text-field.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ On iOS, any valid `UIKeyboardType` number works, for example:
8383
keyboardType = 8 // UIKeyboardType.DecimalPad
8484
```
8585

86-
See [CoreTypes.KeyboardType](/api/namespace/CoreTypes-KeyboardType), [UIKeyboardType](https://developer.apple.com/documentation/uikit/uikeyboardtype?language=objc)
86+
See [CoreTypes.KeyboardType](/api/namespace/CoreTypes-KeyboardType), [UIKeyboardType](https://developer.apple.com/documentation/uikit/uikeyboardtype?language=objc).
8787

8888
### returnKeyType
8989

@@ -93,7 +93,7 @@ returnKeyType: CoreTypes.ReturnKeyType // "done" | "go" | "next" | "search" | "s
9393

9494
Gets or sets the label of the return key.
9595

96-
See [CoreTypes.ReturnKeyType](/api/namespace/CoreTypes-ReturnKeyType)
96+
See [CoreTypes.ReturnKeyType](/api/namespace/CoreTypes-ReturnKeyType).
9797

9898
### isEnabled
9999

@@ -196,7 +196,7 @@ on('focus', (args: EventData) => {
196196
})
197197
```
198198

199-
Emitted when the field gains focus.
199+
Emitted when the TextField gains focus.
200200

201201
### blur
202202

@@ -207,7 +207,7 @@ on('blur', (args: EventData) => {
207207
})
208208
```
209209

210-
Emitted when the field loses focus.
210+
Emitted when the TextField loses focus.
211211

212212
## Native component
213213

0 commit comments

Comments
 (0)