Umberto
Results
2
comments of
Umberto
Hi @haringsrob , thanks for the reply. I had already tried and did it again now but with no luck.
if you find it useful I am attaching part of the code ###views/admin/foodItems/form.blade.php ``` @extends('twill::layouts.form') @section('contentFields') @formField('multi_select', [ 'name' => 'foodCategories', 'label' => 'Categorie', 'options' => $foodCategories, 'min' => 1,...