@oneblink/sdk-core
    Preparing search index...

    Type Alias ComplianceElement

    ComplianceElement: FormElementWithOptionsBase & FormElementBinaryStorage & {
        autocompleteAttributes?: string[];
        defaultValue?: string;
        type: "compliance";
    }

    Type declaration

    • OptionalautocompleteAttributes?: string[]

      Custom autocomplete attributes that will be added to the element during rendering

    • OptionaldefaultValue?: string
    • type: "compliance"