Auto complete with TextField is not working properly #9167
Unanswered
Raja-Techie-45
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
It looks like the CodeSandbox link you shared isn't public. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
You'll need to pass a If you don't provide one, then you're expected to manually filter the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using AutoComplete and ListBox to render list of items, and for search I've kept TextField from react-aria-components.
But keeping TextField inside the AutoComplete giving me some unexpected behavior.
The unexpected behavior is if i try to navigate between the options with up and down arrows, the focus is skipping one item and moving to next items. Means focus shift from 0 to 2, 2 to 4, 4 to 6 instead 0,1,2,3,4,5,6 on arrow click.
You can reproduce the issue in the below codesandbox.
https://codesandbox.io/p/sandbox/rac-popover-issue-8tfr9z
Beta Was this translation helpful? Give feedback.
All reactions