chooseDocument
Enables prior document selection.
Last updated
Enables prior document selection.
Attribute: choose-document
Type: boolean
Default value: false
selphid.chooseDocument = true;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.
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.
Last updated
<facephi-selphid-widget
chooseDocument={true}
/>