view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0
https://www.iviewui.com/
Other
2.65k stars 797 forks source link

[Bug Report]select 的 on-select返回的是选项对像,不是选项的value;和on-change返回的不一致 #950

Open leochinacn opened 3 years ago

leochinacn commented 3 years ago

Environment

macOS Catalina/chrome 91.0.4472.114/ Vue v2.6.14

Reproduction link

https://codepen.io/leochinacn/pen/LYyddqj?editors=1111

Steps to reproduce

添加 on-select事件

What is expected?

和on-change一样,默认返回options的value

What is actually happening?

返回了选项目对象了