onInputHelperInput
function onInputHelperInput(data: object): void
Description
The function called when the user is trying to input the text and the input helper appears.
Parameters
- data
object
Defines the text which the user inputs: add - defines if the text is added to the current text (true) or this is the beginning of the text (false),
type: boolean,
example: true; text - the text which the user inputs,
type: string,
example: "text".
Returns
void