mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Merge pull request #6136 from qburst/fix--6135
Fix: Add inputId Prop to BaseColorPicker Component
This commit is contained in:
commit
403b8ef0c7
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ export default {
|
|||
type: [String, Object],
|
||||
default: 'body'
|
||||
},
|
||||
inputId: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
panelClass: null
|
||||
},
|
||||
style: ColorPickerStyle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue