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 538ed8d + d570548 commit cd17545Copy full SHA for cd17545
src/Kris/LaravelFormBuilder/Fields/CollectionType.php
@@ -101,7 +101,7 @@ protected function createChildren()
101
}
102
// Or if the current request input is preferred over original data.
103
elseif ($this->getOption('prefer_input') && count($currentInput)) {
104
- $data = $currentInput;
+ $data = $this->formatInputIntoModels($currentInput, $data);
105
106
107
if ($data instanceof Collection) {
0 commit comments