Member Junction
    Preparing search index...

    Dropdown component for

    autocomplete

    Implements

    • OnInit
    • OnDestroy
    Index

    Constructors

    Properties

    closed: EventEmitter<void> = ...
    position: { left: number; top: number } = ...
    selectedIndex: number = 0
    showAbove: boolean = false
    suggestionSelected: EventEmitter<MentionSuggestion> = ...
    useFixedPositioning: boolean = false
    visible: boolean = false

    Accessors

    Methods

    • Get icon classes - supports both Font Awesome and custom CSS classes Font Awesome icons start with 'fa-' (e.g., 'fa-solid fa-robot') Custom icons use their own prefix (e.g., 'mj-icon-skip', 'acme-icon-custom')

      Parameters

      • iconClass: string

      Returns string | string[]

    • A callback method that performs custom clean-up, invoked immediately before a directive, pipe, or service instance is destroyed.

      Returns void

    • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

      Returns void