mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +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: {
|
props: {
|
||||||
modelValue: null,
|
modelValue: null,
|
||||||
options: Array,
|
options: Array,
|
||||||
optionLabel: null,
|
optionLabel: String || Function,
|
||||||
optionValue: null,
|
optionValue: String || Function,
|
||||||
optionDisabled: null,
|
optionDisabled: String || Function,
|
||||||
optionGroupLabel: null,
|
optionGroupLabel: String || Function,
|
||||||
optionGroupChildren: null,
|
optionGroupChildren: String || Function,
|
||||||
scrollHeight: {
|
scrollHeight: {
|
||||||
type: String,
|
type: String,
|
||||||
default: '200px'
|
default: '200px'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue