From 1e0c6808502156cf9c59a5e9e8d6113110555b0f Mon Sep 17 00:00:00 2001 From: Jay Giang Date: Sun, 7 Sep 2025 15:46:53 -0700 Subject: [PATCH 1/9] Adjust indentation in the TextInput component example. --- examples/field-validators/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/field-validators/README.md b/examples/field-validators/README.md index e92e056c..4282ea8b 100644 --- a/examples/field-validators/README.md +++ b/examples/field-validators/README.md @@ -42,14 +42,14 @@ const handleInputValidationLogic = (name, value, validators) => { Here’s how to use the onBlur handler in the TextInput component. The input dynamically sets its validation status and ARIA attributes based on validation errors: ```jsx handleBlur(e, fullNameValidators)} /> ``` From 1c0655d74ef75034de23d5f216f5c161d032f5dc Mon Sep 17 00:00:00 2001 From: Jay Giang Date: Sun, 7 Sep 2025 17:38:20 -0700 Subject: [PATCH 2/9] Adjust indentation and formatting in various examples across multiple README.md files to enhance clarity and maintainability. --- examples/conditional-form-fields/README.md | 30 +-- examples/field-validators/README.md | 72 +++---- examples/form-structure/README.md | 8 +- examples/mock-api/README.md | 178 ++++++++--------- examples/multistep-form/README.md | 146 +++++++------- examples/network-status/README.md | 17 +- examples/on-device-storage/README.md | 26 +-- examples/persisted-form/README.md | 58 +++--- examples/server-sync/README.md | 216 ++++++++++----------- examples/simple-table/README.md | 120 ++++++------ 10 files changed, 436 insertions(+), 435 deletions(-) diff --git a/examples/conditional-form-fields/README.md b/examples/conditional-form-fields/README.md index b69fc321..c9321a8e 100644 --- a/examples/conditional-form-fields/README.md +++ b/examples/conditional-form-fields/README.md @@ -48,7 +48,7 @@ return (
+ >