-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
v-model with select and text area issue vue-server-render #6986
Labels
Comments
lovelope
pushed a commit
to lovelope/vue
that referenced
this issue
Feb 1, 2018
partial fix for vuejs#6986
lovelope
pushed a commit
to lovelope/vue
that referenced
this issue
Feb 1, 2018
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
partial fix for vuejs#6986
f2009
pushed a commit
to f2009/vue
that referenced
this issue
Jan 25, 2019
aJean
pushed a commit
to aJean/vue
that referenced
this issue
Aug 19, 2020
partial fix for vuejs#6986
aJean
pushed a commit
to aJean/vue
that referenced
this issue
Aug 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.5.2
Reproduction link
https://jsfiddle.net/50wL7mdz/73510/
Steps to reproduce
In SSR the select fields are not rendered with the selected attribute, then the selected option appears selected after all page load.
The same happens with the textarea field, first appears empty and then when the page loads, it shows the content of v-model.
What is expected?
textarea and select must render the values in SSR
What is actually happening?
both fields not render the values in SSR
check this issue: nuxt/nuxt#1817
The text was updated successfully, but these errors were encountered: