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
7878d28a
"app/Http/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "6d24884d67086e04284061bd177691626099a153"
Commit
7878d28a
authored
Jun 01, 2021
by
Gabriel-31415
Browse files
sjuste
parent
7c391855
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/participantes.blade.php
View file @
7878d28a
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
</div>
</div>
<div
class=
"col-6"
>
<div
class=
"col-6"
>
@component('componentes.input', ['label' => 'Celular'])
@component('componentes.input', ['label' => 'Celular'])
<input
type=
"
number
"
class=
"form-control celular"
name=
"celular[]"
placeholder=
"Celular"
required
/>
<input
type=
"
tel
"
class=
"form-control celular"
name=
"celular[]"
placeholder=
"Celular"
required
/>
@endcomponent
@endcomponent
</div>
</div>
<div
class=
"col-md-12"
><h5>
Endereço
</h5></div>
<div
class=
"col-md-12"
><h5>
Endereço
</h5></div>
...
...
resources/views/evento/submeterTrabalho.blade.php
View file @
7878d28a
...
@@ -467,6 +467,8 @@
...
@@ -467,6 +467,8 @@
let
select
=
cln
.
children
[
i
]
.
querySelectorAll
(
'select'
)[
index
];
let
select
=
cln
.
children
[
i
]
.
querySelectorAll
(
'select'
)[
index
];
if
(
select
){
if
(
select
){
let
selectName
=
select
.
getAttributeNode
(
"name"
)
.
value
;
let
selectName
=
select
.
getAttributeNode
(
"name"
)
.
value
;
selectName
=
selectName
.
replace
(
"["
,
""
);
selectName
=
selectName
.
replace
(
"]"
,
""
);
// console.log(select.getAttributeNode("name").value)
// console.log(select.getAttributeNode("name").value)
select
.
getAttributeNode
(
"name"
)
.
value
=
selectName
+
'[]'
;
select
.
getAttributeNode
(
"name"
)
.
value
=
selectName
+
'[]'
;
}
}
...
...
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