We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95547c1 commit cb8c27eCopy full SHA for cb8c27e
Assets/HoloToolkit/UX/Scripts/Keyboard.cs
@@ -253,7 +253,7 @@ protected override void Awake()
253
254
// Setting the keyboardType to an undefined TouchScreenKeyboardType,
255
// which prevents the MRTK keyboard from triggering the system keyboard itself.
256
- InputField.keyboardType = (TouchScreenKeyboardType)(-1);
+ InputField.keyboardType = (TouchScreenKeyboardType)(int.MaxValue);
257
258
// Keep keyboard deactivated until needed
259
gameObject.SetActive(false);
0 commit comments