Merge pull request #4068 from Tamas-hi/patch-1
fix (docs): PickList documentation properties default value fixpull/3999/head
commit
988abaca85
|
@ -283,12 +283,12 @@ export interface PickListProps {
|
|||
stripedRows?: boolean | undefined;
|
||||
/**
|
||||
* Whether to show buttons of source list.
|
||||
* @defaultValue false
|
||||
* @defaultValue true
|
||||
*/
|
||||
showSourceControls?: boolean | undefined;
|
||||
/**
|
||||
* Whether to show buttons of target list.
|
||||
* @defaultValue false
|
||||
* @defaultValue true
|
||||
*/
|
||||
showTargetControls?: boolean | undefined;
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue