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
230a9199
"resources/views/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "4ecce3ff0244eb0d732cb17b63100e0800a9c9c2"
Commit
230a9199
authored
Oct 26, 2021
by
Guilherme Silva
Browse files
Mudanças no campo RG
parent
66c3ac5e
Changes
2
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/substituirParticipante.blade.php
View file @
230a9199
...
@@ -233,6 +233,7 @@
...
@@ -233,6 +233,7 @@
$
(
'input.cep:text'
)
.
mask
(
'00000-000'
);
$
(
'input.cep:text'
)
.
mask
(
'00000-000'
);
$
(
'input.cpf:text'
)
.
mask
(
'000.000.000-00'
);
$
(
'input.cpf:text'
)
.
mask
(
'000.000.000-00'
);
$
(
'input.celular'
)
.
mask
(
'(00) 00000-0000'
);
$
(
'input.celular'
)
.
mask
(
'(00) 00000-0000'
);
$
(
'input.rg:text'
)
.
mask
(
'00.000.000-0'
);
$
(
'input'
)
.
on
(
"input"
,
function
(){
$
(
'input'
)
.
on
(
"input"
,
function
(){
var
maxlength
=
$
(
this
)
.
attr
(
"maxlength"
);
var
maxlength
=
$
(
this
)
.
attr
(
"maxlength"
);
...
...
resources/views/administrador/substituirParticipanteForm.blade.php
View file @
230a9199
...
@@ -260,7 +260,7 @@
...
@@ -260,7 +260,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=
""
name=
"rg"
placeholder=
"RG"
id=
"rg{{$participante->id}}"
required
/>
<input
type=
"
text
"
class=
"form-control
rg
"
value=
""
name=
"rg"
placeholder=
"RG"
id=
"rg{{$participante->id}}"
required
/>
@error('rg')
@error('rg')
<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>
...
...
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