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 4076878 commit 7761b81Copy full SHA for 7761b81
src/FormElement/Collection.php
@@ -64,7 +64,7 @@ protected function assemble()
64
}
65
66
foreach ($this->value ?? [[]] as $key => $items) {
67
- if (isset($items[$this->removeTrigger['name']])) {
+ if (isset($items[$this->removeTrigger['name']]) && count($this->value) > 1) {
68
continue;
69
70
0 commit comments