Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -84,6 +84,7 @@ export struct CommentCustomDialog { | @@ -84,6 +84,7 @@ export struct CommentCustomDialog { | ||
| 84 | controller: this.textInputController, | 84 | controller: this.textInputController, |
| 85 | text: this.publishCommentModel.commentContent | 85 | text: this.publishCommentModel.commentContent |
| 86 | }) | 86 | }) |
| 87 | + .placeholderColor("#999999") | ||
| 87 | .id("textAreaId") | 88 | .id("textAreaId") |
| 88 | .defaultFocus(true) // 获取默认焦点 | 89 | .defaultFocus(true) // 获取默认焦点 |
| 89 | .enableKeyboardOnFocus(true) | 90 | .enableKeyboardOnFocus(true) |
-
Please register or login to post a comment