outl1ne / nova-translatable

A Laravel Nova package that allows you to make any input field translatable.
MIT License
199 stars 56 forks source link

Boolean fields can't interpret boolean translated value #105

Open tominal opened 1 year ago

tominal commented 1 year ago

14 is confirmed to still be an issue in Laravel Nova 4


Edit Actually this may be a Nova issue itself. Both this package and spatie's are reacting the same way. When we save the resource page, it is saving the JSON as string values instead of boolean values.