Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How capture event toggle Dropdown? #483

Open
ivanferrer opened this issue Dec 8, 2022 · 0 comments
Open

How capture event toggle Dropdown? #483

ivanferrer opened this issue Dec 8, 2022 · 0 comments

Comments

@ivanferrer
Copy link

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant