added inputId prop to BaseColorPicker

pull/6136/head^2
navedqb 2024-07-29 12:31:25 +05:30 committed by GitHub
parent cd0eebcc82
commit 4c2dcb79f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ export default {
type: [String, Object],
default: 'body'
},
inputId: {
type: String,
default: null
},
panelClass: null
},
style: ColorPickerStyle,