fix(dees-input-list,dees-icon): preserve input focus after list updates and make icons ignore pointer events

This commit is contained in:
2026-04-06 10:41:20 +00:00
parent a5f7a7ecee
commit b5055b0696
4 changed files with 20 additions and 13 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-06 - 3.61.2 - fix(dees-input-list,dees-icon)
preserve input focus after list updates and make icons ignore pointer events
- Delays refocusing the add input in dees-input-list until after Lit re-renders complete when adding or removing entries.
- Adds pointer-events: none to dees-icon so icons do not block click interactions on surrounding controls.
## 2026-04-05 - 3.61.1 - fix(dees-input-list)
align list input with dees-tile styling and improve item affordances