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

onSelect callback no longer works when openOnFocus is set #87

Closed
brandoniffert opened this issue Mar 29, 2019 · 1 comment
Closed

onSelect callback no longer works when openOnFocus is set #87

brandoniffert opened this issue Mar 29, 2019 · 1 comment

Comments

@brandoniffert
Copy link

Hey, in the latest 4.1.0 update you did, it seems that the onSelect callback no longer fires when openOnFocus is set.

Ex:

easydropdown('select', {
    behavior: {
        openOnFocus: true
    },
    callbacks: {
        onSelect: () => console.log('I never fire')
    }
})
@patrickkunka
Copy link
Owner

Apologies - seems like I introduced a few issues. These should be fixed now in https://github.com/patrickkunka/easydropdown/releases/tag/v4.1.1

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

2 participants