I am customizing an OVF template XML by adding OVF properties. I have a question related to validating the properties.
If a property doesn't succeed the validation test (say, it falls short of a MinLength check), then I see a red warning right below the field (while deploying the OVF in a vCenter). But the user is still able to proceed and click (Submit or next button).
Is there a way to stop the user from proceeding when any validation criteria is not met?