Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIGPUBLIC
unantes-orientation-active
Commits
fb8ece37
Commit
fb8ece37
authored
Sep 30, 2021
by
Kevin Robert
Browse files
Correction de l'affichage du textarea.
parent
c1e847d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/app/front/components/openquestion/openquestion.vue
View file @
fb8ece37
<
template
>
<div
class=
"openquestion"
>
<div>
<fieldset
class=
"form__fieldset"
>
<legend
class=
"form__legend"
>
{{
item
.
question
}}
<span
v-if=
"item.required"
>
(*)
</span></legend>
<textarea
@
change=
"updateAnswer"
:value=
"item.answer"
rows=
"4"
cols=
"50"
></textarea>
<textarea
@
change=
"updateAnswer"
:value=
"item.answer"
rows=
"4"
cols=
"50"
class=
"form__control"
></textarea>
</fieldset>
</div>
</
template
>
...
...
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