Keko-94

Results 2 issues of Keko-94

But still some native field options don't work, for example: ```php SelectPlus::make('Product Varieties', 'productVarieties', ProductVariety::class) ->usingDetailLabel('name') ->resolveUsing(fn($models) => $models->sortBy('pivot.order')->values()) ->reorderable('order') ->required() ->onlyOnForms() ->dependsOn('productType', function (SelectPlus $field, NovaRequest $request, FormData $formData)...

Laravel Version: 10.24 Nova Version: 4.27.13 PHP Version: 8.1 Database Driver & Version: MariaDB Operating System and Version: Win10 Browser type and version: Firefox 117 Repo URL: https://github.com/Keko-94/nova-clean ### Description:...

pending