-
Notifications
You must be signed in to change notification settings - Fork 3.4k
add trim modifier #374
New issue
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
add trim modifier #374
Conversation
|
||
### `.trim` | ||
|
||
If you want user input to be automatically trim, tou can add the `trim` modifier to youre `v-model` managed inputs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want user input to be automatically trim
Better would be:
If you want user input to be trimmed automatically...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your review!
sorry, poor my english 😿
@@ -347,7 +347,7 @@ This is often useful, because even with `type="number"`, the value of HTML input | |||
|
|||
### `.trim` | |||
|
|||
If you want user input to be automatically trim, tou can add the `trim` modifier to youre `v-model` managed inputs: | |||
If you want user input to trimmed automatically, you can add the `trim` modifier to youre `v-model` managed inputs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry to bother you with this again, but there is still a grammar error:
If you want user input to be trimmed automatically,
be is missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops, I fixed now.
@@ -347,7 +347,7 @@ This is often useful, because even with `type="number"`, the value of HTML input | |||
|
|||
### `.trim` | |||
|
|||
If you want user input to trimmed automatically, you can add the `trim` modifier to youre `v-model` managed inputs: | |||
If you want user input to be trimmed automatically, you can add the `trim` modifier to youre `v-model` managed inputs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one more fix. 😃 youre
should be your
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oooops, 😹
fixed now.
* 2.0: add trim modifier (#374) Update vue_version add instance methods to API docs add directives to API docs remove outdated and nonsensical example. Remove ElementDirective example, as this functionality was deprecated. slim down lists of referenced companion libs update one more function component slots syntax example update slots syntax for render function update latest render function spec (#372) pare down react jsx vs template comparison # Conflicts: # themes/vue/_config.yml
* add trim modifier * fix grammer and typo * re-fix grammer * fix typo
* 2.0: add trim modifier (volksbright#374) Update vue_version add instance methods to API docs add directives to API docs remove outdated and nonsensical example. Remove ElementDirective example, as this functionality was deprecated. slim down lists of referenced companion libs update one more function component slots syntax example update slots syntax for render function update latest render function spec (volksbright#372) pare down react jsx vs template comparison # Conflicts: # themes/vue/_config.yml
No description provided.