You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have my input field in modal and using dp-below, I changed z-index in css file to draw date picker on top of my modal but the problem is when I press any button on date picker (eg. next or previous month) it closes.
In chrome dev tools I can see it fires this event:
I just ran into the same problem and found a quick and dirty solution.
The modal has tabindex="-1" role="dialog" and the element directly underneath it has role="document". Removing all of those attributes solved the problem for me.
So I have my input field in modal and using dp-below, I changed z-index in css file to draw date picker on top of my modal but the problem is when I press any button on date picker (eg. next or previous month) it closes.
In chrome dev tools I can see it fires this event:
The text was updated successfully, but these errors were encountered: