Skip to content

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

@javialon26

Description

@javialon26

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions