Skip to content

Commit

Permalink
Make CPF/Name/Email read only
Browse files Browse the repository at this point in the history
  • Loading branch information
shff committed Mar 22, 2018
1 parent ab6495a commit 45693f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UI/app/components/pages/enrollment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
v-model="data.personalData.realName"
:size="6"
required
disabled
label="Nome"
hint="Seu nome completo" />
<InputBox
Expand All @@ -51,6 +52,7 @@
:size="3"
:min-size="14"
required
disabled
label="CPF"
mask="###.###.###-##"
hint="Ex: 000.000.000-00" />
Expand Down Expand Up @@ -131,6 +133,7 @@
:max-size="50"
email
required
disabled
label="E-mail" />
<InputBox
v-model="data.personalData.phoneNumber"
Expand Down

0 comments on commit 45693f5

Please sign in to comment.