-
Notifications
You must be signed in to change notification settings - Fork 669
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 setChecked and setValue methods #530
Comments
Hi, you should take a look to mwangaben-vthelpers which provides some helpers for vue-test-utils like b.type(text, selector) :
|
IMHO, |
@eddyerburgh are you working on this? If not I believe I can do it |
@beyersito I'm not currently working on it, it would be great if you could :) |
@eddyerburgh Will do then, I'll start with setValue |
I've started with setValue, I would be great if you could check if I started correctly. I have a few doubts:
Sorry to bother this much Thanks! |
|
What problem does this feature solve?
Changing the value so that the v-model is updated can be confusing:
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: