You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
bug What is the current behavior?
We use webdriverIO + saucelabs to run our tests and found our automation cases consistently failed on IE11 while inputing strings to textbox after upgrade react-dom from 15.5.4 to 15.6.1.
The input value will be set partially, such as, try to input "-7d" it will only input "-7", some times, it will be '-d'.
In javascript webdriverIO code:
browser.setValue(textboxSelector, '-7d');
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
happens to React-dom 15.6.1 with IE11
works on React-dom 15.5.4