Skip to content

Commit

Permalink
Align with updated form validation guidelines (opensearch-project#885)
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Gulderov <danila@gulderov.me>
  • Loading branch information
gulderov committed Aug 24, 2023
1 parent 309e146 commit 1a90ef8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ export const FormValidationExample = {
Validation is achieved by applying <OuiCode>isInvalid</OuiCode> and
optionally error props onto the <strong>OuiForm</strong> or{' '}
<strong>OuiFormRow</strong> components. Errors are optional and are
passed as an array in case you need to list more than one. You can
also hide the callout by passing
<OuiCode>invalidCallout=&ldquo;none&ldquo;</OuiCode>.
passed as an array in case you need to list more than one.
</p>
),
source: [
Expand Down

0 comments on commit 1a90ef8

Please sign in to comment.