We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c59a8 commit bba6204Copy full SHA for bba6204
Demo/API_V2/Assets/API/InputField/WXInputFieldAdapter.cs
@@ -62,7 +62,7 @@ private void ShowKeyboard()
62
63
WX.ShowKeyboard(new ShowKeyboardOption()
64
{
65
- defaultValue = "xxx",
+ defaultValue = _inputField.text,
66
maxLength = 20,
67
confirmType = "go"
68
});
0 commit comments