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

select value first render not work #1318

Closed
tangjinzhou opened this issue Jun 8, 2020 · 1 comment
Closed

select value first render not work #1318

tangjinzhou opened this issue Jun 8, 2020 · 1 comment

Comments

@tangjinzhou
Copy link
Contributor

Version

3.0.0-beta.14

Reproduction link

https://jsfiddle.net/d645wvL8/8/

Steps to reproduce

when use value to set select value, it is not correct.

What is expected?

value is work

What is actually happening?

value not work

@pikax
Copy link
Member

pikax commented Jun 8, 2020

This is a bug, you can replace :value with v-model until this gets fixed.

This bug is caused by the value is being assigned before the select children are rendered.

I'm looking for a fix for it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants