mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
feat: new property value pages can input their class as well
e.g. 'Some Name #Person' will create a Person page for 'Some Name'. Autocompletion is provided in dropdown after 'Some Name #'
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
* :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 #{}
|
||||
* :transform-fn - Optional fn to transform search results given results and current input
|
||||
TODO: Describe more options"
|
||||
< rum/reactive
|
||||
shortcut/disable-all-shortcuts
|
||||
|
||||
Reference in New Issue
Block a user