#5453 - Remove tuition remittance amount default#6338
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Institution “Confirm enrolment” approval modal to remove the default $0 value for the “Tuition remittance amount” input, so the amount field starts empty unless the user enters a value.
Changes:
- Removed the initial
tuitionRemittanceAmount: 0default from the modal’s reactive form model.
| confirmCOE.value.reset(); | ||
| confirmCOE.value.resetValidation(); |
There was a problem hiding this comment.
Pretty minor; calling both methods was necessary during Vuetify beta, where they were failing.
reset() should be enough, but I did not test it.
There was a problem hiding this comment.
I'll have a look thanks.
There was a problem hiding this comment.
I've confirmed that reset() handles field values and validation state.
andrewsignori-aot
left a comment
There was a problem hiding this comment.
Thanks for the refactor, looks good 👍
|
dheepak-aot
left a comment
There was a problem hiding this comment.
Nice work, Looks good. 👍



Summary
script setup.Screenshots