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