Add autocomplete #2

Merged
tastytea merged 5 commits from add-autocomplete into main 2021-03-22 18:45:43 +01:00

5 Commits

Author SHA1 Message Date
tastytea 8b26ae5192 Merge branch 'main' into add-autocomplete 2021-03-22 18:45:05 +01:00
tastytea 353a16847f
Don't die if file tags.lst doesn't exist.
die() cuts the document at the position of the error. We just return an
empty datalist.
2021-01-21 22:20:54 +01:00
tastytea 55ea37eb9b
Add titles to buttons.
The titles will show up as tool tips and I guess screen readers make use
of them.
2021-01-21 21:36:55 +01:00
tastytea fd1690d45c
Use one field per receipt.
Add fields with button.
2021-01-21 06:49:33 +01:00
tastytea a0c3df96f3
Auto-complete tags.
Read tags from tags.lst and offer them as auto-completions. Use one text
field per tag and use a button to add new fields.
2021-01-21 06:37:55 +01:00