We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad88fea commit 7f4c095Copy full SHA for 7f4c095
demo/demo.html
@@ -131,8 +131,8 @@ <h3>Example 1 - array notation: <input type="text" id="txt[0]
131
</div>
132
133
134
- <h3>Example 2 - number notation: <input type="number" id="number3" name="number3"></h3>
135
- <p>The ID starts on 3, so the next generated ID will be 4</p>
+ <h3>Example 2 - not array notation: <input type="number" id="number3" name="number3"></h3>
+ <p>The ID/name starts on 3, so the next generated ID/name will be 4</p>
136
137
<div id="example2">
138
<div class="txtBoxRow">
0 commit comments