Skip to content

How capture event toggle Dropdown? #483

Open
@ivanferrer

Description

@ivanferrer

There is no way to capture the event of when the dropdown is open or closed. This is bad, because I need to customize the top container and pass a class so that the item can come forward between a list of filters.

<ss-multiselect-dropdown
    [options]="items"
    [settings]="multiSelectSettings"
    [texts]="multiSelectText"
    [(ngModel)]="optionsModel"
    (ngModelChange)="emit()"
     no exist ====> (onToggleDropdown)="onOpen()"
    (onLazyLoad)="loadData.emit($event)">
</ss-multiselect-dropdown>

Something similar to this:
onToggleDropdown()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions