Parsed input value type.
Text parser function. Accepts input text and parse errors as its parameters and returns parsed value.
Optional
format: ((this, value) => string)Text formatter. Accepts value is its only parameter and returns formatted text. Standard to string conversion is used if omitted.
New input converter.
Generated using TypeDoc
Creates text input control converter that parses and formats input text with the given functions.