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

[Feature]: Combobox highlight (?) event #744

Open
2 tasks
SuddenDev opened this issue Mar 9, 2024 · 1 comment
Open
2 tasks

[Feature]: Combobox highlight (?) event #744

SuddenDev opened this issue Mar 9, 2024 · 1 comment
Labels

Comments

@SuddenDev
Copy link

Describe the feature

First of all: Thank you guys for your hard work! The library is absolutely amazing!

To my feature reuqest though:
Currently it's not possible (as far as i can tell) to receive an event if or what ComboboxItem is highlighted. You can of course use mouseover, but then it still does not work with hotkeys. In my case, i'd like to (pre)fetch some data based on the current selection, but without the need to actually select the item (for previews for example).

I've looked into the code and I think most of what's needed is already present. I think we'd just need to expose the event and/or the highlighted selection.
If you guys need help I could try and submit a PR.

Thanks a million already!

Additional information

  • I intend to submit a PR for this feature.
  • I have already implemented and/or tested this feature.
@zernonia
Copy link
Collaborator

It will first be introduced in #766, then be made available in 2.0 😁

@zernonia zernonia added the v2 label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

2 participants