Vincent Blondaux
Vincent Blondaux
I installed this with composer. In use: ``` use NovaConditionalFields\Condition; Select::make('Type de code', 'type') ->options([ 'personnal' => 'Code pour client unique', 'on_categories' => 'Réduction sur une ou plusieurs catégories', 'on_products'...
I have a js issue: ``` runtime-core.esm-bundler.js:226 TypeError: Cannot read properties of undefined (reading '_c') at Proxy.render (nova-ajax-select:1:156677) at Fn (runtime-core.esm-bundler.js:888:44) at we.fn (runtime-core.esm-bundler.js:5600:57) at we.run (reactivity.esm-bundler.js:185:25) at R.e.update (runtime-core.esm-bundler.js:5714:56)...
Hi! After a `composer require nikaia/nova-rating-field` I added `use Nikaia\Rating\Rating;` Then, ``` public function fields(Request $request) { return [ ID::make(__('ID'), 'id')->sortable(), BelongsTo::make('Enseigne', 'merchant', Merchant::class)->sortable(), Textarea::make('URL', 'url'), Text::make('Titre', 'title'), Textarea::make('Description', 'description'),...