diff --git a/.changeset/plenty-turtles-remember.md b/.changeset/plenty-turtles-remember.md
new file mode 100644
index 000000000..e6b58502b
--- /dev/null
+++ b/.changeset/plenty-turtles-remember.md
@@ -0,0 +1,7 @@
+---
+'@lion/ui': minor
+---
+
+BREAKING CHANGE:
+
+[form] set focus to the first erroneous form element on submit
diff --git a/docs/components/form/overview.md b/docs/components/form/overview.md
index 02225f2ae..6d08d6860 100644
--- a/docs/components/form/overview.md
+++ b/docs/components/form/overview.md
@@ -11,14 +11,25 @@ A web component that enhances the functionality of the native `form` component.
It is designed to interact with (instances of) the [form controls](../../fundamentals/systems/form/overview.md).
```js preview-story
-export const main = () => html`
-