the PdfForm has an importData method where we can set the continueImportOnError to be true or false. When using the controller PdfViewerController.importFormData this parameter is not exposed.
Could we change this to default this to true, or expose it for the controllers method? I have a large PDF and a single field has an error but because of this, none of the fields are imported. I am using the controller.importFormData method.