-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
Input inside a dropdown is not working (can't type) #916
Comments
Very similar issue here... In my case, I have a component inside I had to use Headlessui for dropdowns... |
Hi there, this combination of components is definitely not a use case I was aware of! We use a third-party library called Floating UI to manage most of the logic in the Your usage seems reasonable here so it definitely should work. Thanks for submitting this. We can take a look at this, but definitely feel free to try and contribute if you have the time - it would speed things along. The file in question is |
useTypeahead causing unexpected behaviour in Dropdowns that expect keyboard input; some keyboard events will not propogate 'fix themesberg#916'
The issue seems to be related to Floating UI as you said. The opened pull request should do the trick. |
Folks, check the discussion at #941 - it seems that there is a misunderstanding related to the |
Same, I'm still having this issue. |
Having this issue as well. Please let us know if there are any updates! |
This PR creates the Popover component based on the specs of the core library fix themesberg#916 fix themesberg#878
* feat(popover): created Popover component This PR creates the Popover component based on the specs of the core library fix #916 fix #878 * docs(popover): created document page of Popover component with examples * refact(popover): removed unnecessary code * docs(popover): improved documentation * fix(popover): import correct theme props * refact(popover): use relative imports * docs(popover): reverted import paths
* feat(popover): created Popover component This PR creates the Popover component based on the specs of the core library fix themesberg#916 fix themesberg#878 * docs(popover): created document page of Popover component with examples * refact(popover): removed unnecessary code * docs(popover): improved documentation * fix(popover): import correct theme props * refact(popover): use relative imports * docs(popover): reverted import paths
* feat(popover): created Popover component This PR creates the Popover component based on the specs of the core library fix themesberg#916 fix themesberg#878 * docs(popover): created document page of Popover component with examples * refact(popover): removed unnecessary code * docs(popover): improved documentation * fix(popover): import correct theme props * refact(popover): use relative imports * docs(popover): reverted import paths
Steps to reproduce
Code given bellow.
Current behavior
When I put a input inside the Dropdown header I can't type in that input box. But if I put it outside I can type. I can only increase using the up / down arrow in the right side of the input but I want to be able to type also.
Expected behavior
I should be able to type there. not only up/down arrow.
Context
So I have a dropdown and people can select area as numbers.
The text was updated successfully, but these errors were encountered: