Skip to content

Commit 2aaefcf

Browse files
committed
TMP_功能调整
1 parent 3dc75e8 commit 2aaefcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Demo/API_V2/Assets/API/InputField/WXInputFieldTmpAdapter.cs

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ private void ShowKeyboard()
6363
// 调用 WeChat API 显示键盘
6464
WX.ShowKeyboard(new ShowKeyboardOption()
6565
{
66-
defaultValue = "xxx", // 键盘默认值
6766
maxLength = 20, // 最大输入长度
6867
confirmType = "go" // 确认按钮类型
6968
});

0 commit comments

Comments
 (0)