Files
fusion/.changeset/disable-quick-entry-auto-expand.md
gsxdsm 70e9cd9ca3 feat(KB-656): add autoExpand prop to QuickEntryBox
- Add autoExpand prop to QuickEntryBox (defaults to true for backward compatibility)
- When autoExpand is true, component auto-expands on focus
- List view passes autoExpand={false} to keep view collapsed by default
- Board view continues to auto-expand using default behavior
- Add tests for both autoExpand modes and verify focus behavior
2026-04-02 09:20:37 -07:00

6 lines
365 B
Markdown

---
"@fusion/dashboard": patch
---
Don't auto expand QuickEntryBox on focus in list view. The QuickEntryBox now has an `autoExpand` prop (default: `true`) that controls whether the component automatically expands when focused. List view now passes `autoExpand={false}` to keep the view collapsed, while board view continues to auto-expand (uses default behavior).