- 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
6 lines
365 B
Markdown
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).
|