diff --git a/docs/getting-started/form-controls.md b/docs/getting-started/form-controls.md index 0a610458a..3573c545c 100644 --- a/docs/getting-started/form-controls.md +++ b/docs/getting-started/form-controls.md @@ -6,8 +6,6 @@ Shoelace solves this problem by using the [`formdata`](https://developer.mozilla ?> Shoelace uses event listeners to intercept the form's `formdata` and `submit` events. This allows it to inject data and trigger validation as necessary. If you're also attaching an event listener to the form, _you must attach it after Shoelace form controls are connected to the DOM_, otherwise your logic will run before Shoelace has a chance to inject form data and validate form controls. -?> If you're using an older browser that doesn't support the `formdata` event, a lightweight polyfill will be automatically applied to ensure forms submit as expected. - ## Data Serialization Serialization is just a fancy word for collecting form data. If you're relying on standard form submissions, e.g. `