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