nova-attach-many icon indicating copy to clipboard operation
nova-attach-many copied to clipboard

BelongsToMany create / edit form component for Nova

Results 21 nova-attach-many issues
Sort by recently updated
recently updated
newest added

This adds an additional option, `->searchWithinSubtitle()`, which allows the user to search within the resource's subtitle. In the case that I need it for, my client needs to be able...

I've got this scenario. Two models: - Rule - Persona A `Rule` has a belongsToMany relationship with `Persona`: ```php public function personas() { return $this->belongsToMany(Persona::class, 'feature_rule_personas', 'rule_id', 'persona_code', 'id', 'code');...

**Specs:** Laravel 7.x Nova 3.x **Problems** When upgrading the Plugin to Version `1.1.x` we get the following Exception. We downgraded again to `1.0.11` with which everything works as expected. ```...

Hi @dillingham First tanks for this greate tool. Could you make it searchable like nova [Searchable Relation](https://nova.laravel.com/docs/3.0/resources/relationships.html#searchable-relations)? Thanks

It seems like when you search and select all and already selected elements are in the searchresult they are counted doubled. Due to this i have 678/676 selected. ![Screenshot 2020-06-02...

bug
need-info

Hello, I have been trying to use this package with a specific case where I do not want to display AttachMany field, however dependsOn is not supported with this field....

The option label is `withSubtitles` insead of `showSubtitle`.

Hi, my results are not being filtered based on the relatable query. I am using the latest version of nova and of this package.