
when an input textarea with the autogrow active property is inside a QexpasionItem component that starts autogrow only works when the model is changed.
As a workaround tie the v-model of QExpansionItem and :autogrow of input
This is a decent workaround, but it causes significant performance degradation if there are a lot of autogrow inputs. It also causes the expansion animation to be wrong if the inputs grow, resulting in post-animation jerk.
Hi,
Fix will be available in "quasar" v1.9.0.
Most helpful comment
As a workaround tie the
v-modelof QExpansionItem and:autogrowof inputhttps://codepen.io/anon/pen/eoQdro