Skip to content

Commit bba6204

Browse files
committed
Update WXInputFieldAdapter.cs
1 parent 02c59a8 commit bba6204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private void ShowKeyboard()
6262

6363
WX.ShowKeyboard(new ShowKeyboardOption()
6464
{
65-
defaultValue = "xxx",
65+
defaultValue = _inputField.text,
6666
maxLength = 20,
6767
confirmType = "go"
6868
});

0 commit comments

Comments
 (0)