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

Cannot tell when dropdown has focus or not #1061

Open
polothy opened this issue Dec 13, 2024 · 2 comments
Open

Cannot tell when dropdown has focus or not #1061

polothy opened this issue Dec 13, 2024 · 2 comments

Comments

@polothy
Copy link

polothy commented Dec 13, 2024

Reproduction

Old behavior

git checkout -b test b0a7293b8130
cd demos/form
go run .

Observe that when the focus is on the dropdown, it is white in color.

Screenshot 2024-12-13 at 2 36 58 PM

New behavior

# Get latest version
git checkout master
cd demos/form
go run .

Observe that when the focus is on the dropdown, the color does not change, it's blue.

Screenshot 2024-12-13 at 2 37 21 PM

Commit that changed behavior

a64fc48 (I think)

If I revert this while on the master branch, and run demos/form, then the old behavior is restored.

Workaround

I haven't been able to figure out a workaround or way to restore the old behavior. If the new behavior is here to stay, I would appreciate a tip on how to get the color to change on focus in my own program.

As always, thank you very much for your time and wonderful project.

@justmeandopensource
Copy link

@rivo
I am facing exact same issue after updating to the latest master branch. Prior to this I was in commit dated 26th Aug 2023 and this behaviour wasn't there. Looking forward to any resolution on this please.

And thanks for all your effort in maintaining this repo.

@rivo
Copy link
Owner

rivo commented Feb 16, 2025

Related to #1029, I think. I will look into this.

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

3 participants