We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03aa35d commit 05698efCopy full SHA for 05698ef
modules/backend/formwidgets/repeater/assets/js/repeater.js
@@ -172,7 +172,7 @@
172
173
if (this.options.maxItems && this.options.maxItems > 0) {
174
var repeatedItems = this.$el.find('> .field-repeater-items > .field-repeater-item').length,
175
- $addItemBtn = this.$el.find('> .field-repeater-add-item')
+ $addItemBtn = this.$el.find('> .field-repeater-items > .field-repeater-add-item')
176
177
$addItemBtn.toggle(repeatedItems < this.options.maxItems)
178
}
0 commit comments