Open fspc opened 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.
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.