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
they have different behavior: in react-version (only in IE11) if I enter some illegal charater into input (for example, any letter in "number"-input), that charater actually appears inside input and after some very short time it's being deleted (like i pressed backspace).
In basic version everything works just fine.
This "flashing" is very annoying and it would be great to fix this issue to be able to use this library in production.
Thanks.
The text was updated successfully, but these errors were encountered:
facebook/react#7027
The cause of the bug is that react uses onpropertychange to generate change events in IE11, which is asynchronous!
Will check when react committed the update
Hi!
I run 2 demos from official demo-page (react and basic version) in IE11:
https://jsfiddle.net/nosir/gLLsrxxf/
https://jsfiddle.net/nosir/kbaxx64s/
they have different behavior: in react-version (only in IE11) if I enter some illegal charater into input (for example, any letter in "number"-input), that charater actually appears inside input and after some very short time it's being deleted (like i pressed backspace).
In basic version everything works just fine.
This "flashing" is very annoying and it would be great to fix this issue to be able to use this library in production.
Thanks.
The text was updated successfully, but these errors were encountered: