inputHelper_onSelectItem
function inputHelper_onSelectItem(item: object): void
Description
The function called when the user is trying to select an item from the input helper.
Parameters
- item
object
Defines the selected item: text - the item text,
type: string,
example: "name"; id - the item index,
type: string,
example: "1".
Returns
void