Methods

clearInput

Clear the keyboard’s input.

// For default input (i.e. if you have only one) keyboard.clearInput(); // For specific input // Must have been previously set using the "inputName" prop. keyboard.clearInput("myInputName");