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:
Gabriel Horner
2023-09-14 13:31:14 -04:00
parent 32795f0839
commit e6b02acdfa
2 changed files with 30 additions and 9 deletions

View File

@@ -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