awcodes / filament-table-repeater

A modified version of the Filament Forms Repeater to display it as a table.
MIT License
201 stars 43 forks source link

v3 branch - DefaultItems #37

Closed MACscr closed 1 year ago

MACscr commented 1 year ago

Setting a defaultItems(1) with Filament v3 does not result in any default items. No errors, just no default items.

awcodes commented 1 year ago

defaultItems() only works in the create context. Same as default() on other form fields.