Skip to content

Commit 0e51457

Browse files
committed
add default value on index.html
1 parent 63402bf commit 0e51457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,21 +101,21 @@ <h1>
101101
target="_blank"
102102
>(Help)</a>
103103
</h1>
104-
<label><input type="checkbox" id="telo-misikeke" />
104+
<label><input type="checkbox" id="telo-misikeke" checked />
105105
Use telo misikeke error messages</label>
106106
<label><input type="checkbox" id="randomize" />
107107
Randomize output order</label>
108108
<label><input type="checkbox" id="multiline" />
109109
Multiline input</label>
110110
<label for="quantity">Singular and plural forms</label>
111111
<select id="quantity">
112-
<option value="both">Show all</option>
112+
<option value="both" selected>Show all</option>
113113
<option value="condensed">Condensed</option>
114114
<option value="default only">Show singular only</option>
115115
</select>
116116
<label for="tense">Verb tenses</label>
117117
<select id="tense">
118-
<option value="both">Show all</option>
118+
<option value="both" selected>Show all</option>
119119
<option value="condensed">Condensed</option>
120120
<option value="default only">Show present only</option>
121121
</select>

0 commit comments

Comments
 (0)