-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vebt-40 update error message for email Address (#32206)
* vebt-40 update error message for meail * removed dublicate FORM_22_10282 from missingFromVetsJsonSchema * removed dublicate FORM_22_10282 from missingFromVetsJsonSchema
- Loading branch information
1 parent
eb21373
commit 6c88385
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,10 @@ export const uiSchema = { | |
'ui:title': 'Email address', | ||
'ui:webComponentField': VaTextInputField, | ||
'ui:errorMessages': { | ||
format: | ||
'Enter a valid email address using the format [email protected]. Your email address can only have letters, numbers, the @ symbol and a period, with no spaces.', | ||
pattern: | ||
'Enter a valid email address using the format [email protected]. Your email address can only have letters, numbers, the @ symbol and a period, with no spaces.', | ||
required: 'Please enter an email address', | ||
}, | ||
}, | ||
|