You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
Im try using MultiSelect when creating record but I get error "Array to String".
But when I update record everything is ok.
The code is the same. Also I paste code from the docs and error is the same.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
Im try using MultiSelect when creating record but I get error "Array to String".
But when I update record everything is ok.
The code is the same. Also I paste code from the docs and error is the same.
Panel::make('Material', [ MultiSelect::make('Select materials', 'material_id') ->options(Material::orderBy('name', 'ASC')->get()->pluck('name', 'id')) ->hideFromIndex(), ]),Thanks
Beta Was this translation helpful? Give feedback.
All reactions