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
Let's take the example from the PR. We have 4 items in a menu:
Alice
Bob
Charlie
Bob
If you type Bob quickly it jumps from the first Bob to the second and back to the first. The expected behavior is that it should keep the first Bob selected. Only if you type b repeatedly slowly should it jump back and forth.
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
current master branch
What browser are you using?
Chrome, Firefox
Describe your issue
This PR #1051 introduced a bug.
Let's take the example from the PR. We have 4 items in a menu:
If you type Bob quickly it jumps from the first Bob to the second and back to the first. The expected behavior is that it should keep the first Bob selected. Only if you type b repeatedly slowly should it jump back and forth.
The text was updated successfully, but these errors were encountered: