Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NavigationDrawer component collapses on hovering its children's "dropdown". #203

Open
Mateus-M-Reis opened this issue Jan 5, 2022 · 0 comments

Comments

@Mateus-M-Reis
Copy link

I'm using ipyvuetify version 1.8.1 have a navigation drawer like this:

import ipyvuetify as v

selector = v.select_or_create(v_model='nst', multiple=True)

drawer = v.NavigationDrawer(
                       dark=True,
                       expand_on_hover=True,
                       mini_variant_width='75px',
                       fixed=True, 
                       floating=True,
                       children=[ v.ListItem( children=[selector] ) ]

    )

When I hover the mouse cursor over its children's "dropdown" it collapses indenpendently if the children is an select_or_create or an select component:

Screenshot from 2022-01-05 13-23-03
Screenshot from 2022-01-05 13-35-11

I've tried tuning its parameters values, as well the combinations of values of others select_or_create component parameters values (permanent, mini_variant, app, disable_route_watcher, hide_overlay, clipped, absolute, touchless), and the same thing heappened. What could this be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant