I’m testing with Chrome Version 76.0.3809.132 and Quasar v1.1.3. Here is the screen recording from the fiddle to illustrate it better: https://streamable.com/ur5uo
M
Latest posts made by mikus
-
RE: QInput with autogrow scrolls to top
-
QInput with autogrow scrolls to top
Hi,
QInput wiht autogrow feature enable forces container to scroll to top. Is there any way around this?
Fiddle here -
q-dialog and component injection
Hi,
I’m having problem with injecting validator (Vee Validate) into child components when component providing validator is QDialog. It seems that child component of QDialog always get a new VeeValidator instance. I suspect this is to do with QDialog and not VeeValidate as it works with other components fine. Is this a bug or expected behaviour? Could you suggest a workaround for this?Here is a fiddle to illustrate the case: https://jsfiddle.net/mikmanic/4mx0jfbL/