`setValue` after recent upgrade
See original GitHub issueAt CodeceptJS we started receiving reports on this failure, then our CI started to fail as well,
The issue happens for this line
return elem.setValue(value.toString());
and with error message fn(...).apply is not a function
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
useForm - setValue - React Hook Form
This function allows you to dynamically set the value of a registered field and have the options to validate and update the form...
Read more >Angular set value not working after upgrade - Stack Overflow
after upgrading to the latest version of angular(11) and typescript 4, the setting of a nested value of a form stopped working, anyone...
Read more >form is not re-rendered when using setValue to update a field ...
We have custom components wrapping html form elements and when I setValue() them, they show the new value, but don't re-render. Since we...
Read more >Updating Angular Forms with patchValue or setValue
So to update these model values we can reference our FormGroup instance, this.form and use patchValue() with some data: this.form.patchValue ...
Read more >Fields changed by g_form.setValue reverting after save
However, when I go to save the record using the OOB save or update UI Actions, both fields revert to their original value....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This got fixed in #4858
Well, finally solved by upgrade to
webdriverio@5.16.15
. And now I don’t need@wdio/sync
anymore so I removed it.