We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a279f6 commit e67fc35Copy full SHA for e67fc35
types/transfer.d.ts
@@ -65,7 +65,7 @@ export declare class Transfer extends AntdComponent {
65
};
66
67
/**
68
- * A set of operations that are sorted from bottom to top.
+ * A set of operations that are sorted from top to bottom.
69
* @default ['>', '<']
70
* @type string[]
71
*/
types/tree-select.d.ts
@@ -104,6 +104,12 @@ export declare class TreeSelect extends AntdComponent {
104
105
searchPlaceholder: any;
106
107
+ /**
108
+ * work with `search` event to make search value controlled.
109
+ * @type string
110
+ */
111
+ searchValue: string;
112
+
113
114
* Show Checked Strategy
115
* @description The way show selected item in box. Default: just show child nodes.
0 commit comments