novafieldcheckboxes
novafieldcheckboxes copied to clipboard
When I try to choose some checkbox I have such a problem
laravel v5.8.1 laravel nova v2.0 db mariaDb v10.3 novafieldcheckboxes v1.1.0
Hi. I have not come across this and actively use this with Nova 2.x ... do you get any other errors and can you share some of the code please to try and determine what is causing this?
This happens when incorrect data is present in the database (e.g. instead of ["2"] you have something like {"1": "1"}). Clear your column value and investigate how the data was populated.