Skip to content

Commit

Permalink
feat(webpage): add mask to phone field in pressure form
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Oct 29, 2024
1 parent 702ca00 commit d5b95b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const PressureForm = ({
label={t('Pressure Phone Label')}
name="phone"
placeholder={t('Pressure Phone Placeholder')}
mask="+55 (99) 9 9999-9999"
/>
</WrapInputs>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default {
"Pressure City Placeholder": "Insira sua cidade",
"Pressure State Label": "Estado",
"Pressure Phone Label": "Whatsapp",
"Pressure Phone Placeholder": "(DDD) X XXXX-XXXX",
"Pressure Phone Placeholder": "Insira seu número com DDD",
"Pressure Email Label": "E-mail",
"Pressure Email Placeholder": "Insira seu e-mail",
"Pressure Subject Label": "Assunto",
Expand Down

0 comments on commit d5b95b5

Please sign in to comment.