As Orbeon forms normally operate, when a user changes from one field to another, the validation of the first field gets triggered, which is totally ok in general.
I'm facing a requirement that as-you-type validation (required fields) should not be performed for those fields which were and remained empty, i.e. if a user loads the form and only clicks in and out of the field, or moves over it by Tab.
So in case those fields remain empty, they will be validated at the end, when the user submits the entire form.
Is there a possibility to limit Orbeon as-you-type validation like that, not do it for empty fields?