You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
When filling out the student creation or edit form the contact section includes input duplication for Home and Emergency contact. This functionality is currently broken due to a change in implementation but the previously working component can be found here. This code does not successfully validate and in order to complete the form "Use Same Contact" must be turned off and the value reentered into the emergency fields.
Where/When StudentDialog.vue
When filling out the Contact section of the form.
Desired behavior
"Use Same Contact" functionality should be restored to the StudentDialog component
The "required" validation of the emergency contact fields should be satisfied when duplicated from the home section.
The text was updated successfully, but these errors were encountered:
Problem
When filling out the student creation or edit form the contact section includes input duplication for Home and Emergency contact. This functionality is currently broken due to a change in implementation but the previously working component can be found here. This code does not successfully validate and in order to complete the form "Use Same Contact" must be turned off and the value reentered into the emergency fields.
Where/When
StudentDialog.vue
When filling out the Contact section of the form.
Desired behavior
The text was updated successfully, but these errors were encountered: