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
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's v-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.
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? 😕
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
The text was updated successfully, but these errors were encountered: