When inputFormatters are specified on a TextFormField, the initialValue is not processed by the inputFormatters.
This seems odd. Is there a recommended way to get the inputFormatters to format the initialValue.
For example, I have a 5 digit number (i.e. 12345) that should be displayed with a comma separator (12,345) in the input field. By default it displays as 12345, but as soon as I edit the value, the comma separator appears. The comma separator should be displayed on the initial value.