diff --git a/docs/docs/06-forms.md b/docs/docs/06-forms.md index 1f593cfb9b..8cea0db813 100644 --- a/docs/docs/06-forms.md +++ b/docs/docs/06-forms.md @@ -9,6 +9,7 @@ next: working-with-the-browser.html Form components such as ``, ``, and `` differ from other native components because they can be mutated via user interactions. These components provide interfaces that make it easier to manage forms in response to user interactions. +For information on events on `` see [Form Events](/react/docs/events.html#form-events). ## Interactive Props