mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Merge pull request #1227 from Aysnine/patch-1
fix CascadeSelectProp.optionGroupChildren type
This commit is contained in:
commit
0cc7a4510b
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ interface CascadeSelectProps {
|
|||
optionLabel?: string;
|
||||
optionValue?: any;
|
||||
optionGroupLabel?: string;
|
||||
optionGroupChildren?: string;
|
||||
optionGroupChildren?: string[];
|
||||
placeholder?: string;
|
||||
disabled?: boolean;
|
||||
dataKey?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue