From fe77239a9bfc3ce0d625b934d6ce44a2d2441a2d Mon Sep 17 00:00:00 2001 From: Andreas Savvides Date: Tue, 2 Jun 2015 14:47:00 +0100 Subject: [PATCH] [#3964] Add note about React's onChange vs. DOM's oninput --- docs/07-forms.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/07-forms.md b/docs/07-forms.md index 475c9183..4bad8ea7 100644 --- a/docs/07-forms.md +++ b/docs/07-forms.md @@ -28,6 +28,10 @@ Form components allow listening for changes by setting a callback to the `onChan Like all DOM events, the `onChange` prop is supported on all native components and can be used to listen to bubbled change events. +> Note: +> +> For `` and `