We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.33
sfc.vuejs.org/
Both trim and number modifiers exist in V-model
number and trim modifiers exist at the same time, and number does take effect.
number and trim modifiers exist at the same time, and number does not take effect.
In runtime-dom/directives/vModel.ts, If the trim modifier exists, the number modifier does not take effect. Is there any reason for this?
The text was updated successfully, but these errors were encountered:
Fix example
Sorry, something went wrong.
Know how to solve it. There's no need for the official to raise the pull request without giving the result
fix(runtime-dom): add test for vuejs#5839
b002cee
fix(v-model): fix case where .trim and .number modifiers are used tog…
71066b5
…ether (#5842) fix #5839
5eeef4a
…ether (vuejs#5842) fix vuejs#5839
Successfully merging a pull request may close this issue.
Version
3.2.33
Reproduction link
sfc.vuejs.org/
Steps to reproduce
Both trim and number modifiers exist in V-model
What is expected?
number and trim modifiers exist at the same time, and number does take effect.
What is actually happening?
number and trim modifiers exist at the same time, and number does not take effect.
In runtime-dom/directives/vModel.ts, If the trim modifier exists, the number modifier does not take effect. Is there any reason for this?
The text was updated successfully, but these errors were encountered: