mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #5683 - For AutoComplete
This commit is contained in:
parent
5da30dd2b0
commit
913dc05982
4 changed files with 26 additions and 10 deletions
|
@ -105,6 +105,14 @@ export default {
|
|||
type: [String, Object],
|
||||
default: null
|
||||
},
|
||||
overlayStyle: {
|
||||
type: Object,
|
||||
default: null
|
||||
},
|
||||
overlayClass: {
|
||||
type: [String, Object],
|
||||
default: null
|
||||
},
|
||||
dropdownIcon: {
|
||||
type: String,
|
||||
default: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue