Jan 6, 2021
0
Level 5
Laravel Nova select the same value several times
Hello. I use this package: https://github.com/ziffmedia/nova-select-plus
I need select the same values several times. How I can do it? I have a field:
SelectPlus::make(__('Products'), 'products', \App\Nova\Product::class)->rules('required')
->hideFromIndex(),
I tried use ->maxSelections(999), but it not working. Please help resolve this issue.
Please or to participate in this conversation.