On bills data save format amount into a different field leaving `amount` to raw value enabling calculations
luizstacio opened this issue · 2 comments
luizstacio commented
On bills data save format amount into a different field leaving `amount` to raw value enabling calculations
eryc-cc commented
To-do:
- Create hidden input that binds with the amount input that’s formatted but submits as
<Number>
- Save it to
bills
object asamount
andamountFormatted
eryc-cc commented
Saving the raw number as amountRaw