Update PickList.d.ts
The showSourceControls and showTargetControls have a default value of true in the codebase.pull/4068/head
parent
d1900b56e6
commit
2faf3252f7
|
@ -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