How to format dependable, readonly(calculated) fields?
I have a form with 3 TextInput fields:
- amount (user enters value here)
- price (comes from db)
- sum (calculated field/value)
I can use Mask foramountfield but how can i format read-only fieldspriceandsum?