Skip to content
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

docs: add v-model.lazy note for custom Vue components #190

Closed
wants to merge 2 commits into from

Conversation

sadeghbarati
Copy link
Collaborator

v-model in components is just sugar syntax, it doesn't support modifiers

If you look at these links v-model modifiers will not work on custom Vue components like Input

I thought it would be better to mention this in the docs of how to work with lazy inputs without v-model.lazy modifier in Input component and VeeValidate forms

@zernonia
Copy link
Member

Actually v-model modifiers does work on Vue SFC.

It might just required some extra work to forward the similar v-model feature

@sadeghbarati
Copy link
Collaborator Author

You are right, I'm aware of that doc link I forgot to mention it in PR description

I'm trying to point to "required some extra work" that not exist yet, here 😄

@sadeghbarati sadeghbarati deleted the docs/v-model-lazy-note branch January 13, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants