Format and parse input
The format and parse props can be used to customize the value of the form (what is rendered) and the value of the data being saved. See the following example:
For this example, as the user types, they will see all lowercase characters. When it is saved, it will be all uppercase characters.
We can also use this to cast inputs to numbers that might have otherwise been saved as strings. See this example for more details.