feat(dees-input-list): allow freeform entries alongside candidate suggestions in dees-input-list

This commit is contained in:
2026-04-05 09:50:35 +00:00
parent 34f5239607
commit 2d354ace55
4 changed files with 59 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-05 - 3.61.0 - feat(dees-input-list)
allow freeform entries alongside candidate suggestions in dees-input-list
- adds an allowFreeform option so Enter can add values that do not exactly match the candidate list
- shows check and question-mark indicators to distinguish known candidates from custom freeform items
- updates the component demo with a freeform-plus-candidates example
## 2026-04-05 - 3.60.0 - feat(dees-input-list)
add candidate autocomplete with tab completion and payload retrieval