novafieldcheckboxes icon indicating copy to clipboard operation
novafieldcheckboxes copied to clipboard

When I try to choose some checkbox I have such a problem

Open onevanivan opened this issue 5 years ago • 2 comments

Screenshot_1

laravel v5.8.1 laravel nova v2.0 db mariaDb v10.3 novafieldcheckboxes v1.1.0

onevanivan avatar Apr 10 '19 12:04 onevanivan

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?

m2de avatar Apr 22 '19 18:04 m2de

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.

vankov1 avatar Jul 27 '19 06:07 vankov1