ping-identity
    Preparing search index...

    Type Alias UnsupportedDaVinciField

    Form field present in the server payload that the native SDK could not instantiate because its type/inputType is not registered.

    Present only on Android while the native CollectorRegistry lags iOS (FLOW_BUTTON, FLOW_LINK, DROPDOWN, RADIO, COMBOBOX, CHECKBOX). UI consumers can render a placeholder, log, or block submission when these are present rather than silently omitting the field.

    type UnsupportedDaVinciField = {
        key: string;
        type: string;
    }
    Index

    Properties

    Properties

    key: string

    Stable field key from the server payload.

    type: string

    Server-declared inputType (falling back to type) for the dropped field.