Open
Description
Version
3.2.26
Reproduction link
Steps to reproduce
create input element type number
the value cast to number type
On Vue version 2 it not do it by defualt , it is big chage i have big project that expected the value return is string
What is expected?
Mybe can add to core modifier numeric that not cast the value to number.
Or add flag that Vue not do it by defualt
What is actually happening?
v-model cast value of input number to number type