eryc-cc/home-bills

On bills data save format amount into a different field leaving `amount` to raw value enabling calculations

luizstacio opened this issue · 2 comments

On bills data save format amount into a different field leaving `amount` to raw value enabling calculations

To-do:

  • Create hidden input that binds with the amount input that’s formatted but submits as <Number>
  • Save it to bills object as amount and amountFormatted

Saving the raw number as amountRaw