From 7e3fdd1ecf9e2b6efdf3884b0d9d8ff791b9e768 Mon Sep 17 00:00:00 2001 From: atomiks Date: Fri, 2 Aug 2024 20:10:40 +1000 Subject: [PATCH] Render customError --- .../components/field/UnstyledFieldIntroduction/system/index.js | 1 + .../components/field/UnstyledFieldIntroduction/system/index.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/data/base/components/field/UnstyledFieldIntroduction/system/index.js b/docs/data/base/components/field/UnstyledFieldIntroduction/system/index.js index 13e67760d4..8a66e23fda 100644 --- a/docs/data/base/components/field/UnstyledFieldIntroduction/system/index.js +++ b/docs/data/base/components/field/UnstyledFieldIntroduction/system/index.js @@ -26,6 +26,7 @@ export default function UnstyledFieldIntroduction() { ); }} + Only alphanumeric characters are allowed (a-z, A-Z, 0-9). diff --git a/docs/data/base/components/field/UnstyledFieldIntroduction/system/index.tsx b/docs/data/base/components/field/UnstyledFieldIntroduction/system/index.tsx index 13e67760d4..8a66e23fda 100644 --- a/docs/data/base/components/field/UnstyledFieldIntroduction/system/index.tsx +++ b/docs/data/base/components/field/UnstyledFieldIntroduction/system/index.tsx @@ -26,6 +26,7 @@ export default function UnstyledFieldIntroduction() { ); }} + Only alphanumeric characters are allowed (a-z, A-Z, 0-9).