Open
Description
Version
2.5.11
Reproduction link
https://jsfiddle.net/u1wssnwL/3/
Steps to reproduce
Create an input with a type date and initialize with any valid date value.
View on Safari IOS and you'll see that it will appear as empty although the value is set because when you click the field, you'll see that the IOS datepicker will be set to the value you provided.
It only affects date inputs that have been initialized with Vue and in the JSFiddle provided, there are 2 date inputs for easier reproduction
What is expected?
Both date inputs should have the same value
What is actually happening?
The date input that was initialized with Vue appears empty