mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4174
This commit is contained in:
parent
70b6040ec6
commit
26586b5f32
1 changed files with 5 additions and 5 deletions
|
@ -153,11 +153,11 @@ export default {
|
|||
props: {
|
||||
modelValue: null,
|
||||
options: Array,
|
||||
optionLabel: null,
|
||||
optionValue: null,
|
||||
optionDisabled: null,
|
||||
optionGroupLabel: null,
|
||||
optionGroupChildren: null,
|
||||
optionLabel: String || Function,
|
||||
optionValue: String || Function,
|
||||
optionDisabled: String || Function,
|
||||
optionGroupLabel: String || Function,
|
||||
optionGroupChildren: String || Function,
|
||||
scrollHeight: {
|
||||
type: String,
|
||||
default: '200px'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue