[Bug Report] Selector 中使用 getFullValue 会有一个选项的滞后问题
- Lingua principale
- Vue
- Stelle
- 17.5k
- Fork
- 3.6k
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### VUX version
2.9.2
### OS/Browsers version
win10
### Vue version
2.5.17
### Code
```html
https://jsfiddle.net/yorzgpfs/
```
### Steps to reproduce
选择动作时 value值是实时的 正确的
但是打印 this.$refs.refName.getFullValue() 却是之前选择的value对应的item的
因而第一次选择的时候 对应的会是null
这是我第一次选择时 对应的console值:


再次选择 可以看到 选中的值是对的 但是打印的值是之前的

我的解决方法是 获取当前的value然后在列表中遍历找对应的 item值
### What is Expected?
this.$refs.refName.getFullValue()获取的是当前选中的项
### What is actually happening?
this.$refs.refName.getFullValue()获取的是之前选中的项
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.