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

UnhighlightItem Event Never fires #1173

Closed
amiga-500 opened this issue Aug 25, 2024 · 3 comments
Closed

UnhighlightItem Event Never fires #1173

amiga-500 opened this issue Aug 25, 2024 · 3 comments
Labels

Comments

@amiga-500
Copy link

Title says it all.

@amiga-500 amiga-500 added the bug label Aug 25, 2024
@amiga-500 amiga-500 changed the title UnhighlightItem Never fires UnhighlightItem Event Never fires Aug 25, 2024
@Xon
Copy link
Collaborator

Xon commented Aug 25, 2024

Which version are you observing this with?

@OrDuan
Copy link

OrDuan commented Sep 3, 2024

same here, using v11.0.1.

        choices.passedElement.element.addEventListener(
              'highlightItem',
              function(event) {
                // do something creative here...
                console.log(event.detail.id);
                console.log(event.detail.value);
                console.log(event.detail.label);
                console.log(event.detail.customProperties);
                console.log(event.detail.groupValue);
              },
              false,
            );

not firing, when chaing to choice event it does

Xon added a commit that referenced this issue Sep 4, 2024
Fix regression of UnhighlightItem event not firing (#1173)
@Xon
Copy link
Collaborator

Xon commented Sep 4, 2024

This is fixed in main branch. The next release v11.0.2 will be released at the end of the week

@Xon Xon closed this as completed Sep 4, 2024
@Xon Xon removed the need more info label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants