You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Simple select ✨
* fix: Attempt to fix CodeClimate issues
* refactor: Move node-label to its own file (reduce code complexity)
* chore: Remove console logs
* docs: Example for simple select
* feat: Select single node only with simpleSelect
* refactor: Trying to remove cognitive complexity
@@ -223,7 +227,13 @@ The text to display as placeholder on the search box. Defaults to `Choose...`
223
227
224
228
Type: `bool`
225
229
226
-
Displays search results as a tree instead of flatten results
230
+
Displays search results as a tree instead of flattened results
231
+
232
+
### simpleSelect
233
+
234
+
Type: `bool` (default: `false`)
235
+
236
+
Turns the dropdown into a simple, single select dropdown. If you pass tree data, only immediate children are picked, grandchildren nodes are ignored. Defaults to `false`.
0 commit comments