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');
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/ebsrpraL/).
Not sure if you could see this video or not:
https://saucelabs.com/beta/tests/bda474ef398949f6ae5dabb4a15fb1a3/watch#27
What is the expected behavior?
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