Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
a0558452
Commit
a0558452
authored
Oct 30, 2021
by
Guilherme Silva
Browse files
Aplicada mascara e alterado formato do recebimento do RG ao submeter proposta
parent
7661ccf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/participantes.blade.php
View file @
a0558452
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'RG'])
@component('componentes.input', ['label' => 'RG'])
<input
type=
"
number
"
class=
"form-control"
min=
"
1
"
maxlength=
"
12
"
value=
"{{old('rg')[$i] ?? "
"
}}"
name=
"rg[{{$i}}]"
placeholder=
"RG"
/>
<input
type=
"
text
"
class=
"form-control
rg
"
min=
"
9
"
maxlength=
"
9
"
value=
"{{old('rg')[$i] ?? "
"
}}"
name=
"rg[{{$i}}]"
placeholder=
"RG"
/>
@error('rg.'.$i)
@error('rg.'.$i)
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
<strong>
{{ $message }}
</strong>
<strong>
{{ $message }}
</strong>
...
@@ -359,5 +359,8 @@
...
@@ -359,5 +359,8 @@
</div>
</div>
</div>
</div>
<script>
$
(
"
input.rg:text
"
).
mask
(
'
00.000.000-0
'
);
</script>
<!--X Participantes X-->
<!--X Participantes X-->
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment