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
e6f2a9f2
Commit
e6f2a9f2
authored
Dec 01, 2022
by
Antonio Durval
Browse files
Retirando autofocus do textarea na parte de submissão de projetos
parent
4ea2d67e
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/proponente.blade.php
View file @
e6f2a9f2
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
<div
class=
"col-md-10"
>
<div
class=
"col-md-10"
>
<br>
<br>
<textarea
class=
"form-control @error('conflitosInteresse') is-invalid @enderror"
autocomplete=
"conflitosInteresse"
<textarea
class=
"form-control @error('conflitosInteresse') is-invalid @enderror"
autocomplete=
"conflitosInteresse"
autofocus
id=
"conflitosInteresse"
name=
"conflitosInteresse"
rows=
"4"
>
{{ old('conflitosInteresse') }}
</textarea>
id=
"conflitosInteresse"
name=
"conflitosInteresse"
rows=
"4"
>
{{ old('conflitosInteresse') }}
</textarea>
@error('conflitosInteresse')
@error('conflitosInteresse')
<span
class=
"invalid-feedback"
role=
"alert"
>
<span
class=
"invalid-feedback"
role=
"alert"
>
<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