fix: basic query builder selection

Wasn't working for file or db graphs b/c of underlying component
changes. Part of LOG-2808
This commit is contained in:
Gabriel Horner
2023-11-03 16:56:51 -04:00
parent 1280f4e05d
commit 030e4f6581
2 changed files with 30 additions and 30 deletions

View File

@@ -38,7 +38,7 @@
* :items - Vec of things to select from. Assumes a vec of maps with :value key by default. Required option
* :limit - Limit number of items to search. Default is 100
* :on-chosen - Optional fn to perform an action with chosen item
* :extract-fn - Fn applied to each item during search. Default is :value
* :extract-fn - Fn applied to each item during fuzzy search. Default is :value
* :extract-chosen-fn - Fn applied to each item when choosing an item. Default is identity
* :show-new-when-not-exact-match? - Boolean to allow new values be entered. Default is false
* :exact-match-exclude-items - A set of strings that can't be added as a new item. Default is #{}