Skip to content
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

Closed
javialon26 opened this issue Nov 1, 2017 · 0 comments
Closed

v-model with select and text area issue vue-server-render #6986

javialon26 opened this issue Nov 1, 2017 · 0 comments
Labels

Comments

@javialon26
Copy link

javialon26 commented Nov 1, 2017

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

@yyx990803 yyx990803 added the bug label Nov 3, 2017
yyx990803 added a commit that referenced this issue Nov 3, 2017
lovelope pushed a commit to lovelope/vue that referenced this issue Feb 1, 2018
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
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
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
Labels
Projects
None yet
Development

No branches or pull requests

2 participants