parent
a1e105ccef
commit
9d5157f15c
|
@ -2,7 +2,7 @@
|
||||||
{#each poll.options as option, i}
|
{#each poll.options as option, i}
|
||||||
<input id="poll-option-{realm}-{i}"
|
<input id="poll-option-{realm}-{i}"
|
||||||
type="text"
|
type="text"
|
||||||
maxlength="25"
|
maxlength="50"
|
||||||
on:change="onChange(i)"
|
on:change="onChange(i)"
|
||||||
placeholder="{createLabel(i)}"
|
placeholder="{createLabel(i)}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue