Replies: 1 comment 4 replies
-
| It is probably being used as the "trigger" button via the default slot behavior. Can you try adding |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi everyone!
I'm trying to implement a ComboBox with
menuTrigger="focus"and a clear button. The issue is that clicking the button closes the Popover. Methods likee.preventDefault()ande.stopPropagation()don't help. I also tried settingslot={null}on the button, but the result is the same.Has anyone implemented something similar? Maybe using a different
menuTriggeroption with a custom focus handling?P.S. I don't have time right now to provide a minimal code example because I had to switch to other tasks. If needed, I can add one later to make the problem clearer.
Beta Was this translation helpful? Give feedback.
All reactions