We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02bca0 commit cf9c0c1Copy full SHA for cf9c0c1
core/client/components/input/KColorPicker.vue
@@ -42,7 +42,7 @@ const props = defineProps({
42
type: String,
43
default: 'palette',
44
validator: (value) => {
45
- return ['spectrum', 'tune'].includes(value)
+ return ['spectrum', 'tune', 'palette'].includes(value)
46
}
47
},
48
size: {
0 commit comments