feat(dees-input-dropdown): extract dropdown popup into a floating overlay component with search, keyboard navigation, and viewport repositioning

This commit is contained in:
2026-04-04 23:37:28 +00:00
parent 561d1b15d9
commit f52b9d8b72
5 changed files with 447 additions and 265 deletions

View File

@@ -1 +1,2 @@
export * from './dees-input-dropdown.js';
export * from './dees-input-dropdown-popup.js';