Skip to content

Commit 7349bd5

Browse files
author
Joseph Rosso
committed
Limited poll title character length to 250
1 parent 76edb9b commit 7349bd5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

templates/create.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
type="text"
1010
class="form-control"
1111
name="title"
12-
placeholder="My Poll"
12+
placeholder="My Poll (max 250 characters)"
13+
maxlength="250"
1314
required
1415
>
1516
</div>

0 commit comments

Comments
 (0)