Restrict input to take only decimals.
Created by: adarsh-murthy
Changes made:
- All decimal inputs will now take in only decimal values and are now required.
- All dates are validated before submission. If invalid date in selected, does not submit.
- Confirm with user if they want to delete a row before deleting a row.
- Hovering over fund dropdown box shows warning message that if fund is changed, it will affect the loan options(Next PR)
To test:
- Go to
http://127.0.0.1:8000/buildings/<building_id>/financial-inputs/
- try submitting empty fields
- try submitting non number fields
- try deleting a row.