nova-select-plus icon indicating copy to clipboard operation
nova-select-plus copied to clipboard

A Laravel Nova Select Field

Results 21 nova-select-plus issues
Sort by recently updated
recently updated
newest added

It would be nice to categorize items based on a column on the selectable items. Example: ``` SelectPlus::make('Related Products')->categorizeBy('department'); ``` This would output a categorized list of products based on...

Make nova-select-plus work with form-abandonment - check dropdown that pre-populate - ensure removing elements triggers "field-changed" event

Options titles are not shown in select list and on new selected item (last item in image). If I save, then the name of item is shown.

Hello. How I can select the same items several times? I need select item "test" several times, If I select, then it disappears a second time, why? How fix it?

An option to not show or somehow style already selected items in the list would be nice in some cases.

Hello, for first thanks for package. When attaching items via "BelongsToMany" Nova field, every action stored as "Attach" event in the **event_actions** table with the attached value. When do the...

Love this inline relation field. I was thinking it would be awesome if you could make create a new relational item inline as well. **As an example:** Say you are...

Hello, Is it possible to implement the Laravel\Nova\Authorizable trait so the attachModelName policy methods are respected? Or implement the authorize function from the BelongsToManyField? Now I'm able to see all...

Would be nice to have ->dependsOn() support.