Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
generateur-slogans
Commits
9a4f900b
Verified
Commit
9a4f900b
authored
Sep 20, 2017
by
Thibaut Broggi
Browse files
Add max length restriction for text field
parent
3564ca89
Changes
1
Show whitespace changes
Inline
Side-by-side
index.html
View file @
9a4f900b
...
...
@@ -135,7 +135,7 @@
<div
id=
"step2"
>
<h2>
Remplissez le texte à trou
</h2>
<div>
<textarea
placeholder=
"(90 caractères maximum)"
rows=
"8"
id=
"step2value"
></textarea>
<textarea
placeholder=
"(90 caractères maximum)"
rows=
"8"
id=
"step2value"
maxlength=
"90"
></textarea>
</div>
<div
class=
"navButtons"
>
<a
href=
"#step1"
class=
"prevButton"
>
‹
</a>
...
...
Write
Preview
Supports
Markdown
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