Looking at backbone form validation in 2019.2. I can see there are form validation occurring on the login register page prior to form submit. I have a custom form and custom model where I have form controls added in the template, bindings assigned in the view and the validation object in my model.
Outside of setting up a form submit, I cannot get validation to occur prior to submitting the form.
Any thoughts?