Element: [Bug Report] el-select component selection after value has not changed

Created on 27 Apr 2017  ·  17Comments  ·  Source: ElemeFE/element

Element UI version

1.2.9

OS/Browsers version

win7

Vue version

2.3.0

Reproduction Link

https://jsfiddle.net/ggxajuoc/

Steps to reproduce

What is Expected?

选择后 input的value应显示出来

What is actually happening?

选择后 input的value没有显示出来

Most helpful comment

it seems it is the problem of [email protected].

you can install [email protected] temporarily. https://jsfiddle.net/ggxajuoc/1/

All 17 comments

为了让更多的人能够理解你的问题,同时给遇到相同问题的人提供更好的参考,请尽量使用英语提交你的 issue。相关信息:#4396。

Translation of this issue:

Element UI version

1.2.9

OS/Browsers version

Win7

Vue version

2.3.0

Reproduction Link

https://jsfiddle.net/ggxajuoc/

Steps to reproduce

What is Expected?

Select the input after the value should be displayed

What is actually happening?

After selecting the input value is not displayed

ran to the same situation. After update to 1.2.9, the el select won't work. I mean, the value is there, just not displayed. same as your example one jsfiddle here: https://jsfiddle.net/api/post/library/pure/
Just try it.

Some extra infomations:

  1. Worked well when multiselect is on.
  2. Fall back too 1.2.8/7/6, the problem still exstis. I also updated other node_modules, no clue if that will make this issue happen.

it seems it is the problem of [email protected].

you can install [email protected] temporarily. https://jsfiddle.net/ggxajuoc/1/

Yes, that fix the issue. When fallback vue, just remember to fallback vue-template-complier eigther.

vue and vue-template-complier versions are consistent, that fix the issue

vue and vue-template-complier,需要保持一直吗?

@zkeyword 如果vue是2.2.6,是不是vue-template-complier也必须是2.2.6的吗

@mehooo yes

the same to you ,
i just change the version of vue and vue-template-complier,
i',m waiting for the result

i set the version all of vue and vue-template-complier to 2.2.6,
but it does not work

@LXMin me too

All right, I'm already on it.

hey ,guys ,i have sole the problem, you need to set the package.json ,
like this:
vue: 2.2.6
not this:
vue:^2.2.6
because the [email protected] is not suitable for the [email protected]
so that we have to drop down the version of vue ,
waiting for the element team to resolve the bug

Fixed in 1.3.0-beta.1.

Please note that 1.3.0-beta.1 requires Vue 2.3.x.

this is bug,you should use "vue": "2.2.6", not "vue": "^2.2.6",

Was this page helpful?
0 / 5 - 0 ratings