Zsolt Janes

Results 5 comments of Zsolt Janes

What does console say after this command? `ruby -v` Did you try `gem install sass`?

Do we have a solution for this already?

I have the same issue: ``` Forms\Components\Select::make('options') ->label('Products') ->required() ->multiple() ->options(Product::pluck('name', 'id')->toArray()) ->columnSpanFull(), ``` In db it saves the data correctly: ["4", "6", "8", "9", "10", "11"] But If I...