dillingham / nova-attach-many

BelongsToMany create / edit form component for Nova
MIT License
271 stars 107 forks source link

Adding Support for Defaults #95

Open dbpolito opened 2 years ago

dbpolito commented 2 years ago

Currently if you do AttachMany::make('Permissions')->defaults([1,2,3]) defaults is just ignored, this PR fixes this.

Fixes #90