Reproduced on IE11, Win8.
https://reagent-project.github.io/ - when fast typing in input field ("The value is now: foo" example), some symbols will be missing. There's no such problem with pure react form. Replacing :value with :defaultValue fixes the problem, so problem is only with controlled inputs.
Reproduced on IE11, Win8.
https://reagent-project.github.io/ - when fast typing in input field ("The value is now: foo" example), some symbols will be missing. There's no such problem with pure react form. Replacing
:valuewith:defaultValuefixes the problem, so problem is only with controlled inputs.