CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Function getSelectAriaProps

    • Generate ARIA props for a select/dropdown component

      Parameters

      • label: string

        Select label

      • value: string

        Current value

      • required: boolean = false

        Whether selection is required

      Returns { "aria-label": string; "aria-required"?: boolean; "aria-describedby"?: string }

      ARIA props object