The Synthetic Events docs for form events points to the Forms doc page as a reference for onChange, onInput, onInvalid, and onSubmit, but the Form page does not go into any detail about these events, and more importantly, how React's change and input events differ from the DOM events of the same name.
It appears a small note used to exist in the Form doc, but has been removed.
A short note about the change event exists in the DOM Elements doc. This was not an obvious place to look to for this information to me, and it does not address the input event. At the very least, this should probably be link to in the Synthetic Events doc, if no other changes are made.
I would like to see a more thorough description of the change and input events and when to use them in the Form doc.
The Synthetic Events docs for form events points to the Forms doc page as a reference for onChange, onInput, onInvalid, and onSubmit, but the Form page does not go into any detail about these events, and more importantly, how React's
changeandinputevents differ from the DOM events of the same name.It appears a small note used to exist in the Form doc, but has been removed.
A short note about the
changeevent exists in the DOM Elements doc. This was not an obvious place to look to for this information to me, and it does not address theinputevent. At the very least, this should probably be link to in the Synthetic Events doc, if no other changes are made.I would like to see a more thorough description of the
changeandinputevents and when to use them in the Form doc.