Phone API Reference - UI Classes (Widgets) - Input - toString
toString
Description
Returns the value of the input (same as the value property).
Basic Example:Â
textInput.toString(); //get the value of the Input |
Parameters
Name | Required | Type | Default | Description |
---|---|---|---|---|
modes | Yes | array | Â | Array of modes. Can be any of "normal", "email", "ip", or "numeric". |
Â