Merge pull request #39 from navedqb/fix--6135

Fix: Add inputId Prop to BaseColorPicker Component
pull/6136/head
navedqb 2024-07-29 12:32:41 +05:30 committed by GitHub
commit 750e221a68
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], type: [String, Object],
default: 'body' default: 'body'
}, },
inputId: {
type: String,
default: null
},
panelClass: null panelClass: null
}, },
style: ColorPickerStyle, style: ColorPickerStyle,