You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
Reproduction
Old behavior
Observe that when the focus is on the dropdown, it is white in color.
New behavior
Observe that when the focus is on the dropdown, the color does not change, it's blue.
Commit that changed behavior
a64fc48 (I think)
If I revert this while on the
master
branch, and rundemos/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.
The text was updated successfully, but these errors were encountered: