Problem with sendKeys to input type Date

When I SendKeys to input type date run in browserstack ipad 7th, the value disappear in the next step.

@kientuong2000 Are you entering the correct format for the date? Can you enter the date manually and does it stay put?

I run in cross-platform just only ipad erorr

I set dateformat for this in put dd/MM/yyyy, and I sendKey the same format dd/MM/yyyy

I would try:
adding another sendKey TAB after the date, or
adding another sendKey ENTER after the date, or
changing sendKey to setText.