fspc / Yellow-Bike-Database

Yellow Bike Project Hours and Transaction Database for Community Bike Shops
GNU General Public License v3.0
7 stars 1 forks source link

Factor in amount logic to allow input disabled #31

Open fspc opened 7 years ago

fspc commented 7 years ago

This fixed one mess, 956faaa27951d12a6978951b6eadbaa5070f58b5 but created another (amount.val is not stored in input), so now another solution will need to be applied because amount disabled prop has temporarily been commented out.

fspc commented 7 years ago

It may not be necessary to disable amount input, as long as the amount is >= to volunteer hours redeemed it is properly calculated after spinner is disabled. Interesting. The only reason for disabling it was because of crazy calculations when < than volunteer hours redeemed.