Skip to content

Commit

Permalink
feat: Onglet "Mon enquête SIFA" : rajouter un tooltip sur le champ "C…
Browse files Browse the repository at this point in the history
…ode postal de naissance" (#3483)

Co-authored-by: Paul Gaucher <[email protected]>
  • Loading branch information
Pomarom and Pomarom authored Jan 12, 2024
1 parent 7eadbee commit 9b6818b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export const apprenantSchema = object(
}),
date_de_naissance: date({ description: "Date de naissance de l'apprenant" }),
code_postal_de_naissance: string({
description: "Le code postal doit contenir 5 caractères",
description:
"Le code postal doit contenir 5 caractères. \nPour les jeunes résidents à l’étranger, il conviendra de mettre « 99 » suivi du numéro de pays. \n*Exemple : pour l’Allemagne le code pays est 109, il conviendra donc de saisir : « 99109 »*",
example: "75000",
pattern: CODE_POSTAL_PATTERN,
maxLength: 5,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const apprenantSchema = {
"apprenant.code_postal_de_naissance": {
label: "Code postal de naissance :",
validateMessage: "n'est pas un code postal valide",
showInfo: true,
mask: "C",
maskBlocks: [
{
Expand Down

0 comments on commit 9b6818b

Please sign in to comment.