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

    Type Alias BSBElement

    BSBElement: {
        autocompleteAttributes?: string[];
        defaultValue?: string;
        placeholderValue?: string;
        type: "bsb";
    } & LookupFormElement & FormElementRequired & FormElementReadOnly

    Type declaration

    • OptionalautocompleteAttributes?: string[]

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

    • OptionaldefaultValue?: string

      A default value when the form is opened.

    • OptionalplaceholderValue?: string

      The content to appear in the form control when the form control is empty.

    • type: "bsb"

      The type of Form Element.