- Add autoExpand prop to QuickEntryBox component (defaults to true for backward compatibility)
- Pass autoExpand={false} from ListView to prevent automatic expansion on focus
- Keep board view with default auto-expand behavior
- Add test coverage for autoExpand={false} behavior
- Add changeset for patch release
248 B
248 B
@gsxdsm/fusion
| @gsxdsm/fusion |
|---|
| patch |
Add autoExpand prop to QuickEntryBox component to control auto-expand behavior. List view now passes autoExpand={false} to prevent automatic expansion on focus, while board view continues to auto-expand by default.