Posts by Raphael • 1 point
1 post
-
0
votes1
answer382
viewsQ: native onChange on React
I’m trying to catch the event onChange native of the browser, since the onChange React is executed with each key pressed by the user. It is possible to implement this? The native event I believe…