What is wrong with my tooltip setup? Button press events aren't working when a tooltip is displayed... #2202
-
Here's a codesandbox that demonstrates the issue. I've also included the Spectrum implementation which is set up similarly, but works fine. Any help is appreciated 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
snowystinger
Aug 3, 2021
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
e-cooper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you just need to merge otherProps with the rest. I think right now your handler is being overwrittensorry was on my phone earlier, i tried my suggestion and it did not workWhat are some differences you have from our implementation? I'd start changing it to be more like ours and see at what point it starts working. I don't see anything obvious yet.