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 4fc88fb commit 3b0753aCopy full SHA for 3b0753a
README.md
@@ -41,6 +41,7 @@ A lightweight and fast control to render a select component that can display hie
41
* [Usage](#usage)
42
* [Props](#props)
43
* [className](#classname)
44
+ * [clearSearchOnChange](#clearsearchonchange)
45
* [onChange](#onchange)
46
* [onNodeToggle](#onnodetoggle)
47
* [data](#data)
@@ -165,6 +166,12 @@ Type: `string`
165
166
167
Additional classname for container. The container renders with a default classname of `react-dropdown-tree-select`.
168
169
+### clearSearchOnChange
170
+
171
+Type: `bool`
172
173
+Clear the input search if a node has been selected/unselected.
174
175
### onChange
176
177
Type: `function`
0 commit comments