-
Notifications
You must be signed in to change notification settings - Fork 196
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
(WebDriverIO) Can't clear the value #348
Comments
By the way, setting the value the first time (when is empty) works ok, after that we cannot change the value correctly though. |
Hi. This could potentially be related to I didn't test this library in someting like the scenario you're describing, so you could also provide a minimal demo reproducing the issue, though it's not guaranteed to be fixed afterwards. |
Ok, I tested this, it didn't work but thanks for your help. |
Hi,
We're using this component in a project and we're doing e2e testing but when we try to set the value to empty, we're not able to, we set the $('.tab-pane.active form input[name="phone"]').clearValue() but value is not empty. We also tried setting the value to an empty string ("") or
undefined
, nothing works, even the onChange method is not triggered.Thanks for your help
The text was updated successfully, but these errors were encountered: