Docs for InputsAPI methods.
openCustomKeyboard(keyboardOptions: KeyboardOptions): Promise<string>
Opens custom number pad for input.
Accepts KeyboardOptions as parameter :
KeyboardOptions
prefilledValue : string : Value to prefill the keyboard input
prefilledValue : string
fieldLabel : string : Label of the input field
fieldLabel : string
fieldID : string: ID of the input field
fieldID : string
isMaskingRequired : boolean : Does the input require masking
isMaskingRequired : boolean
minLength : number : minimum length to be entered
minLength : number
maxLength : number : maximum length to be entered
maxLength : number
autoCloseLimit : number : close custom keyboard when when the input reaches this limit
autoCloseLimit : number
Returns string of input entered
string
Last updated 1 year ago
Was this helpful?