agateblue / tempo

Your personal diary and mood tracker
GNU Affero General Public License v3.0
106 stars 12 forks source link

Fix #58: support for autosuggest on blueprint fields #59

Closed agateblue closed 1 year ago

agateblue commented 1 year ago

This implement a new autosuggestion mechanism so that you can see, for a given blueprint field, already used values in a combobox. Simply add autosuggest: form or autosuggest: field to the field definition.

If autosuggest: field is used, suggestions will be populated from any use of the field, regardless of the form. If autosuggest: form is used, suggestions will rely on the current form, to reduce noise.

https://user-images.githubusercontent.com/1970915/229347600-42659a0c-9061-4fd3-99a1-85fb13e1539f.mp4

cc @entropyqueen