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
I'm currently injecting data into the input component directly via the :value directive, which does not trigger the autoresize. Changing to v-model fixes it.
Is there a fundamental restriction when using the value directive which makes the autoresize functionality not work?
The text was updated successfully, but these errors were encountered:
I'm currently injecting data into the input component directly via the :value directive, which does not trigger the autoresize. Changing to v-model fixes it.
Is there a fundamental restriction when using the value directive which makes the autoresize functionality not work?
The text was updated successfully, but these errors were encountered: