weenhanceit / autism-funding

A Web App to Help Manage BC Autism Funding
MIT License
0 stars 0 forks source link

Total field on part B should auto-fill in #48

Closed lcreid closed 7 years ago

lcreid commented 7 years ago

Update this field in real time as the user enters values in the individual item fields. Also make it non-editable.

lcreid commented 7 years ago

This was tricky. Decisions about using disable input elements versus the static field, when trying to format as currency. It makes a big difference to the Javascript whether it's an input or just a library-generated so-called static field. It's hard to get the currency format and the static field to play together. We're not out of the woods on the form helpers yet.