Subscribe on changes!

Add modifier numeric for input type number

avatar
Jan 18th 2022

On Vue 3 input type number cast to number by defualt Can add to core modifier numeric that not cast the value https://github.com/vuejs/core/blob/9c304bfe7942a20264235865b4bb5f6e53fdee0d/packages/runtime-dom/src/directives/vModel.ts#L52

avatar
Jan 18th 2022

Please follow the issue requirements.