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

[Bug Report] v-menu doesn't show content when value prop set to true #6034

Closed
royprigat opened this issue Jan 2, 2019 · 2 comments
Closed
Assignees
Labels
T: bug Functionality that does not work as intended/expected
Milestone

Comments

@royprigat
Copy link

Versions and Environment

Vuetify: 1.4.0
Vue: 2.5.21
Browsers: Chrome 71.0.3578.98
OS: Windows 10

Steps to reproduce

Run the reproduction link

Expected Behavior

When the v-menu's value prop is set to true, show the content it holds

Actual Behavior

The v-menu does not open

Reproduction Link

https://codesandbox.io/s/215o8lx1oy

Other comments

This would work if the value prop is initialized to false, and then changed to true. But I am looking to manually trigger the v-menu without this condition.

@blalan
Copy link
Contributor

blalan commented Jan 2, 2019

This is the only way I could get it to work as well: https://codesandbox.io/s/9qlxljpy0p

@dsseng dsseng added the T: bug Functionality that does not work as intended/expected label Jan 2, 2019
@dsseng dsseng added this to the v1.4.x milestone Jan 2, 2019
@KaelWD
Copy link
Member

KaelWD commented Jan 3, 2019

Possibly related to #5890 (comment)

@johnleider johnleider self-assigned this Jan 18, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

5 participants