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.
2 parents 46c973a + 8e14ac2 commit 30d5ec2Copy full SHA for 30d5ec2
form/form_collections.rst
@@ -327,7 +327,7 @@ will be show next):
327
328
// count the current form inputs we have (e.g. 2), use that as the new
329
// index when inserting a new item (e.g. 2)
330
- $collectionHolder.data('index', $collectionHolder.find(':input').length);
+ $collectionHolder.data('index', $collectionHolder.find('input').length);
331
332
$addTagButton.on('click', function(e) {
333
// add a new tag form (see next code block)
0 commit comments