Problem in iOS emulator with a select underneath a date edit

I have the following layout:

When I click on the date input, then in iOS simulator on the bottom I briefly see a date editor, which immediately changes into a select. This is the select of the end time. I have also found the reason: this is because the appearance of the bottom date editor pushes the elements up so the mouse (which was previously on to of the date input) comes exactly at the spot of the end time editor (which was pushed up).

When I click on the left side of the date editor (the JAN part) if doesn’t give me any troubles. Also, when I rearrange my form like this:

It works without any problem.

I can’t test if this happen on a real device as well.

Is this a known issue?