Files
fusion/.changeset/quick-entry-auto-expand.md
gsxdsm 9eaff1d09b feat(KB-656): add autoExpand prop to QuickEntryBox for list view behavior
- Add autoExpand prop to QuickEntryBox component (defaults to true for backward compatibility)
- Pass autoExpand={false} in ListView to prevent auto-expansion on focus
- Board view continues to auto-expand by default
- Add test coverage for autoExpand={false} behavior
2026-04-01 07:06:23 -07:00

296 B

@fusion/dashboard
@fusion/dashboard
patch

Don't auto expand the quick add view in list view

Added autoExpand prop to QuickEntryBox component to control auto-expand behavior. List view now passes autoExpand={false} to keep the interface clean, while board view continues to auto-expand by default.