Merge pull request #6136 from qburst/fix--6135

Fix: Add inputId Prop to BaseColorPicker Component
pull/6138/head
Tuğçe Küçükoğlu 2024-07-30 12:47:22 +03:00 committed by GitHub
commit 403b8ef0c7
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,