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', AppNovaProduct::class)->rules('required')
->hideFromIndex(),
I tried use ->maxSelections(999)
, but it not working. Please help resolve this issue.