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:
Currently when I use refreshFormData(), it give me the raw value.
I want the refreshFormData() method to:
- Refresh the data
- Show me the result of the formatStateUsing method.