You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vuetify: v0.16.9
Vue: v2.5.2
Browsers: Firefox,Chrome
OS: Mac OSX
Expected Behavior
That a badge would be on top right corner of the snackbar. Especially when a snackbar uses v-model to be shown and hidden, badge should appear or disappear with it. I expect that to work because in documentation it is written: "The v-badge component can wrap any type of content"
This is not possible because of how v-snackbar works. It detaches its content and moves it to the base of the application. This causes the badge to appear like it's not in the right spot because it is actually on the snackbar's root element.
At this time, this is not something that we plan to support. Thank you for your report.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord
lockbot
locked as resolved and limited conversation to collaborators
Apr 15, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
wontfixThe issue is expected and will not be fixed
Versions and Environment
Vuetify: v0.16.9
Vue: v2.5.2
Browsers: Firefox,Chrome
OS: Mac OSX
Expected Behavior
That a badge would be on top right corner of the snackbar. Especially when a snackbar uses v-model to be shown and hidden, badge should appear or disappear with it. I expect that to work because in documentation it is written: "The v-badge component can wrap any type of content"
Actual Behavior
Badge is or not shown or shown somewhere else.
Reproduction Link
https://codepen.io/anon/pen/JOdwpv
Other comments
The text was updated successfully, but these errors were encountered: