Popover With Input Trigger #2370
Unanswered
omarkhatibco
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I also have this issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @omarkhatibco, It sounds like you're using an incorrect composition here. Is there any reason to use the popover in this case? In my mind, I would use a normal div and handle the positioning logic using floating-ui. It looks like you only need the positioning logic here. We'll consider exposing the underlying positioning implementation as components so it's easier to combine. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Everyone,
I have this layout, where the user click on the input, it should trigger the popover.
it works for opening but I have 2 problems, the popover catch the focus even if
autoFocus
is false and then it will close because I change the state on input blurhere is my code
Any one have an idea, how to make the propover not capture the focus?
Beta Was this translation helpful? Give feedback.
All reactions