Skip to content

Commit

Permalink
Alterar mascara de email
Browse files Browse the repository at this point in the history
Co-authored-by: Raissa Andrade <[email protected]>
  • Loading branch information
cansancaojennifer and Raissa Andrade committed Dec 8, 2023
1 parent 1b0a049 commit c001ec7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/pages/suggest-agenda/suggest-agenda.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ <h1>Sugestão de Pautas</h1>
<input pInputText type="text" class="input first button" name="local" formControlName="local" placeholder="Local" >
<input pInputText type="text" class="input first button" name="responsavel" formControlName="responsavel" placeholder="Responsável *" required >
<input pInputText type="text" class="input first button" name="telefone-responsavel" formControlName="telefoneResponsavel" placeholder="(xx) xxxxx-xxxx *" required>
<input pInputText type="text" class="input first button" name="email-contato" formControlName="emailContato" placeholder="E-mail para contato" >
<div>
<input pInputText type="text" class="input first button" name="email-contato" formControlName="emailContato" placeholder="@example.xxx" >
<p style="color: #969696; text-align: left; margin-left: 30px;"><small>*Campo obrigatório</small></p>

<button type="submit">
Expand Down

0 comments on commit c001ec7

Please sign in to comment.