- 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
296 B
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.