feat(dees-input-list): add candidate autocomplete with tab completion and payload retrieval

This commit is contained in:
2026-04-05 09:26:21 +00:00
parent dc8a3b620b
commit d17bdcbaad
4 changed files with 246 additions and 12 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-05 - 3.60.0 - feat(dees-input-list)
add candidate autocomplete with tab completion and payload retrieval
- Adds terminal-style inline autocomplete with ghost text, Tab accept, Shift+Tab cycling, and Escape clearing for candidate-based input.
- Introduces candidate payload support with APIs to retrieve selected candidate objects after items are added.
- Updates the dees-input-list demo with candidate selection examples for team members and technology stacks.
## 2026-04-05 - 3.59.1 - fix(project)
no changes to commit