question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v-select not rendering properly inside v-stepper

See original GitHub issue

Steps to reproduce

  1. Use vue-cli with webpack as template
  2. Add vuetify

Versions

vuejs - ^2.3.3 vuetify - ^0.12.7

What is expected ?

The select dropdown should show.

What is actually happening ?

It doesn’t. Instead, if I move the <v-select></v-select> to the different part of the template is shows up but in an odd position, sometimes in the middle but slightly offset to right.

When I moved the <v-select></v-select> to the root of the template like :

<template>
<div>
    <v-select></v-select> // this slighty works
    <v-container>
       // layout
       // flex
       // v-card
       <v-select></v-select> // this does not work
    </v-container>
</div>
</template>

I noticed the odd behavior when I used webpack template in vue init. Prior to this project, I used webpack-simple and everything works fine.

Just an added note, <v-divider></v-divider> seems to be not working as well.

I’m highly confident that I haven’t missed any closing tag because I am using eslint, otherwise it will not work.

Reproduction Link

Here’s the link to the drive with the video of the behavior. I added .vue file and the package.json as well.

http://bit.ly/2tibL8a

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
dohomicommented, Jun 14, 2017
0reactions
lock[bot]commented, Apr 16, 2019

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Thread: VSelect Not Loading - The MUGEN ARCHIVE
Whenever I add Mario by KingPepe in my roster, VSelect won't load. It loads however when I add other characters other than the...
Read more >
VueJs DropDown Option Value is undefined when attempting ...
vue. js - VueJs DropDown Option Value is undefined when attempting to render the text value in a component v-for iteration - Stack...
Read more >
[Solved]-Vuetify v-select not showing :items-Vue.js
Coding example for the question Vuetify v-select not showing :items-Vue.js. ... I created custom.js in /config/webpack/custom.js and it looks like this:
Read more >
vuetify - Awesome JS
Bug Fixes · VSelect: don't close menu on no-data mousedown 2db6c84, closes #15206 · VSelect: show checkboxes in list when multiple 38a505d ·...
Read more >
vuetify - UNPKG
This is useful if you have content that will not be rendered in the DOM that ... prop should reside **outside** of `v-main`...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found