Merge pull request #6136 from qburst/fix--6135
Fix: Add inputId Prop to BaseColorPicker Componentpull/6138/head
commit
403b8ef0c7
|
@ -42,6 +42,10 @@ export default {
|
|||
type: [String, Object],
|
||||
default: 'body'
|
||||
},
|
||||
inputId: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
panelClass: null
|
||||
},
|
||||
style: ColorPickerStyle,
|
||||
|
|
Loading…
Reference in New Issue