Validation Not Working For Multiple Fields in a Form

Validation Not Working For Multiple Fields in a Form

I have a simple test form with three fields.  Two required, one not required, and one minimum length.  I am using jquery validation unobtrusive with Bootstrap 4.  The first field validates fine but the last field in the form is not validated at all and I am able to reach the submit handler with an invalid form.  Please help.