-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial values in inputs #150
Comments
Just to extend the question a little:
|
I think there's something wrong between dynamic components and v-model.
Despite of being elegant, this part fucks it up somehow. It's even impossible to set simple :value="val" with type="textarea" etc. |
@xpuu, I did my own testing and removed the |
Hi, just getting into this. I have read the docs, but I'm having trouble getting initial values into the inputs. I was expecting the initial value would be the value assigned to whatever I put in v-model (activityName in this case), but the input is starting empty, like the Input.vue file is not passing the v-model into the input.
Pretty sure it's me, but what am I don't wrong?
The text was updated successfully, but these errors were encountered: