Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb162497

Browse files
b02505048rigor789
authored andcommitted
returnKeyType is not working in TextView (nativescript-vue#219)
* returnKeyType is not working in TextView* Update text-view.mdreturnKeyType only supported on iOS
1 parentd9cd035 commitb162497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/docs/en/elements/components/text-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To apply multiple styles to the text in your `<TextView>`, you can use `<Formatt
4747
|`editable` |`Boolean` | When`true`, indicates that the user can edit the contents of the container.
4848
|`maxLength` |`Number` | Sets the maximum number of characters that can be entered in the container.
4949
|`keyboardType` |`KeyboardType` | Shows a custom keyboard for easier text input.<br/>Valid values:`datetime`,`phone`,`number`,`url`, or`email`.
50-
|`returnKeyType` | Gets or sets the label of the return key.<br/>Valid values:`done`,`next`,`go`,`search`, or`send`.
50+
|`returnKeyType` | Gets or sets the label of the return key. Currently supported only on iOS.<br/>Valid values:`done`,`next`,`go`,`search`, or`send`.
5151
|`autocorrect` |`Boolean` | Enables or disables autocorrect.
5252

5353
##Events

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp