nova-color-field icon indicating copy to clipboard operation
nova-color-field copied to clipboard

For uses where you dont need the color picker

Open Ninjami-Juho opened this issue 6 years ago • 0 comments

If you want to show the color field that show the hex color but do not need a picker. For example when copying a brand color and I just want to see that the hex looks correct.

It works now with Color::make('Primary Color')->pickerType('plain') because there is no picker called plain, but an even more elegant solution would be if you could set Color::make('Primary Color')->pickerType(null) or for short: Color::make('Primary Color')->plain()

Ninjami-Juho avatar Dec 19 '18 12:12 Ninjami-Juho