mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #4871 - Calendar: new iconDisplay property
This commit is contained in:
parent
8c76a94df0
commit
b28a89d174
4 changed files with 32 additions and 2 deletions
|
@ -31,6 +31,10 @@ export default {
|
|||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
iconDisplay: {
|
||||
type: String,
|
||||
default: 'button'
|
||||
},
|
||||
icon: {
|
||||
type: String,
|
||||
default: undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue