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 ff026e2 + 90c111a commit 74b9cf5Copy full SHA for 74b9cf5
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