Skip to content

Commit

Permalink
Render customError
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Aug 2, 2024
1 parent b838979 commit 7e3fdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default function UnstyledFieldIntroduction() {
);
}}
</Field.Validity>
<FieldError show="customError" />
<FieldError show="valueMissing" />
<FieldError show="patternMismatch">
Only alphanumeric characters are allowed (a-z, A-Z, 0-9).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default function UnstyledFieldIntroduction() {
);
}}
</Field.Validity>
<FieldError show="customError" />
<FieldError show="valueMissing" />
<FieldError show="patternMismatch">
Only alphanumeric characters are allowed (a-z, A-Z, 0-9).
Expand Down

0 comments on commit 7e3fdd1

Please sign in to comment.