v-model.number does not work for select tag #2252
Labels
has PR
A pull request has already been submitted to solve the issue
has workaround
A workaround has been found to avoid the problem
🐞 bug
Something isn't working
Version
3.0.0
Reproduction link
https://codepen.io/deb17/pen/rNebLBK
Steps to reproduce
Just select a number from the dropdown - the type shows up as 'string'.
What is expected?
The type should be 'number'.
What is actually happening?
The type is 'string'.
This is working correctly in Vue 2. See https://codepen.io/deb17/pen/mdPaYvO
The text was updated successfully, but these errors were encountered: