- Laravel Version: 9.52.10
- Nova Version: 4.26.5
- PHP Version: 8.1.14
Description:
Default Value or Default Value Callback is not working inside of Repeater Fields.
return [ Text::make('Test', 'test')->default(function () { dd('This should be called.'); }), ];
Detailed steps to reproduce the issue on a fresh Nova installation:
- Create a Repeater Item with Fields
- Give the Fields a default value or a default value callback
- Check the Form.