When a File Upload is required but not completed and the submit button is clicked, the validation error shows as red "Value is required" under the Upload button, but the field is not highlighted and focus is not brought to the field.
So when the upload is far enough above the submit that it is off the screen, the user does not see the validation error text (red "Value is required") and does not understand why the form will not submit.
Is there any way to bring the focus back to the required File Upload field like it does with the other input fields?