For the complete documentation index, see llms.txt. This page is also available as Markdown.

chooseDocument

Enables prior document selection.

Details

Attribute: choose-document

Type: boolean

Default value: false

Morphology

selphid.chooseDocument = true;

Description

Displays the built-in document type selector in facephi-selphid-widget before starting capture.

If used together with documentType and/or countryFilter it is possible to filter the options available in the component.

Additional information

Recommended property: use showDocumentSelector in new integrations. It activates the same document type selector before capture.

Precedence: if you define chooseDocument and showDocumentSelector at the same time, showDocumentSelector takes precedence and a precedence warning is emitted in the console.

Deprecation: chooseDocument is still operational in this version, but it will be removed in the next major version. Use only chooseDocument emits a deprecation warning in the console.


Example

Last updated