-
-
Notifications
You must be signed in to change notification settings - Fork 12
add stop propagation on picker element #51
Comments
What version are you using, this should be fixed, and did you create a custom popup or from some CSS framework? |
using the latest version. im creating a custom popup and not using any framework. |
Hmm, can you provide some demo code that I can look into, also, if you use some click outside directive, that can cause it to leave, you can try changing the teleport target to the modal body instead of the document body and see if that fixes the issue |
here is the reproduction link. |
Tnx, will fix check it |
Version 2.4.0 is now live with included fix |
Describe the bug
if the calendar component place inside a popup with behaviour click outside the popup. the picker will autoclose the popup without selecting any value.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
should not closing the picker and modal, maybe add event stop propagation on the picker element?
The text was updated successfully, but these errors were encountered: