outl1ne / nova-color-field

A Laravel Nova package that adds a color picker to Nova's arsenal of fields.
MIT License
25 stars 13 forks source link

Not working on latest version of nova #4

Closed Tim-Frensch closed 3 years ago

Tim-Frensch commented 3 years ago

On the latest version of nova the field doesn't seem to work properly. I tried different types, but all seem to give the same errors:

It only affects the adding of a new color, the detail field and edit field work fine. For now the workaround seems to just give the field a default value:

Color::make('Color')->default(function () { return '#fff'; }),

TypeError: Cannot read property 'h' of undefined TypeError: Cannot read property 'hex' of undefined

Nova 3.29.0 PHP 8

Tarpsvo commented 3 years ago

Hi! I think I found the cause and it should be fixed in version 1.1.1. Thanks!