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
This commit is contained in:
5
.changeset/disable-quick-entry-auto-expand.md
Normal file
5
.changeset/disable-quick-entry-auto-expand.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@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).
|
||||
Reference in New Issue
Block a user