ExpandingDatePicker
ExpandingDatePicker copied to clipboard
Key Window issue
Hey Fred! Great control 👍 I think I know how this issue can be solved. At least I had the same issue in my control and was able to fix it.
So the key here is to add your window (panel) as a child window (.addChildWindow(window, ordered: .above)).
You can take a look here how I did it for my control.