[Feature Request] VNavigationDrawer force expand
Open
C: VNavigationDrawer
T: feature
- Dominant language
- TypeScript
- Stars
- 41k
- Forks
- 7.1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 11
Description
Problem to solve
A way to force the VNavigationDrawer to be expanded even when the user isn't hovering.
User case - allow user to edit/rename items in the VNavigationDrawer without shifting the main UI, disabling rail mode would visibly shift the main UI which we want to avoid.
Proposed solution
add a forceExpand value that when set it overrides the isHovering value.
and only works when expandOnHover is enabled.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.