Docs update

This commit is contained in:
Francisco Hodge
2018-10-24 20:20:28 -04:00
parent b4b0a3bb38
commit 222629abdd
10 changed files with 11418 additions and 12901 deletions
@@ -223,7 +223,7 @@ class SimpleKeyboard {
/**
* Clear the keyboard’s input.
* @param {string} [inputName] optional - the internal input to select
* @param {string} [inputName] optional - the internal input to select
*/
clearInput = (inputName) => {
inputName = inputName || this.options.inputName;