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