+ Errors set with node.setTypeboxErrors()
+
+ This form cannot be successfully submitted because
+ the form fields do not match the provided schema.
+ This is done to illustrate hydration of form-level errors.
+ Do not actually do this. :)
+
+
+
+
+
+
+
+
diff --git a/.examples/typebox/importMap.json b/.examples/typebox/importMap.json
new file mode 100644
index 00000000..04cf4d8a
--- /dev/null
+++ b/.examples/typebox/importMap.json
@@ -0,0 +1,3 @@
+{
+ "typebox": "https://cdn.jsdelivr.net/npm/@sinclair/typebox@0.32.30/build/cjs/index.min.js"
+}
diff --git a/.examples/typebox/validation.vue b/.examples/typebox/validation.vue
new file mode 100644
index 00000000..2b8eea33
--- /dev/null
+++ b/.examples/typebox/validation.vue
@@ -0,0 +1,51 @@
+
+
+