Pls help with select multiple #666
-
Hi, there! I'm trying to save array into model
Where i choose more than two option, i get LogicException "Something went wrong" |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
It might have something to do with legacy model binding in Livewire 3. Model binding is replaced by Form objects. |
Beta Was this translation helpful? Give feedback.
-
Good Morning! legacy model binding helps me define $var
any changes in the model work well, except for the select... |
Beta Was this translation helpful? Give feedback.
-
Closing as this isn't a feature request. If you have issues, please open an issue. |
Beta Was this translation helpful? Give feedback.
-
Hi, everyone! finally I found a solution. This exception occurs either because of incorrectly specified casts.
|
Beta Was this translation helpful? Give feedback.
Hi, everyone!
finally I found a solution.
This exception occurs either because of incorrectly specified casts.
In my case specifically it was incorrect validation. U just need add validation rule for everyone checkbox like this: