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

    Type Alias BSBElement

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

    An element to allow the user to supply a BSB number.

    The element must have an id property that contains a universally unique identifier (UUID). The identifier must be a Version 4 (V4) UUID and must conform to the formatting requirements defined in this RFC 9562 specification: https://www.rfc-editor.org/rfc/rfc9562.html

    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.