Open 185driver opened 6 years ago
Hi, same issue here, but with v-img
component. Images look to load fine, but on breakpoint change (manually resizing browser) all images are lost. You can see a working example in [1].
Exploring the code, all image components lose CSS styling on breakpoints change. Maybe the text field lose focus condition is related with styles too? :confused:
Hi, I'm trying to use the
vue-masonry-css
plugin with vuetify.js. The plugin seems to work quite well for layout, but I'm getting a side-effect when used with vuetify'sv-text-field
component. On breakpoint change (when manually resizing the browser), the input no longer is able to receive focus. This issue does not seem to occur when using generic inputs in vue.js so it seems related to vuetify use. How might I determine the cause and a fix? Thanks.codepen example: https://codepen.io/185driver/pen/qJqxXq