refresh form and apply formatStateUsing

I'm using a disabled text field to just display a value. I have used formatStateUsing() to apply some modifications to the value (prefix and suffix on the value).

Currently when I use refreshFormData(), it give me the raw value.

I want the refreshFormData() method to:
  1. Refresh the data
  2. Show me the result of the formatStateUsing method.
Am I making sense?
Was this page helpful?