We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe your issue here. Form 组件里面 ApiSelect 组件 支持获得 用户提供的完整数据(目前只返回了 label value)
If the feature requests relates to a problem, please describe the problem you are trying to solve here.
1 方案1 可以 在 change select 事件里 返回 使用者提供的完整数据(而不是 只有label value的 option 数据) 2 方案2 将 完整的option 合并到 目前只有label value 两个属性的 option里
What should happen? Please describe the desired behaviour.
What are the alternative solutions? Please describe what else you have considered?
The text was updated successfully, but these errors were encountered:
c5f2577
fix(api-select): loss option data on event callback
beaa395
close vbenjs#733
No branches or pull requests
Subject of the feature
Describe your issue here.
Form 组件里面 ApiSelect 组件 支持获得 用户提供的完整数据(目前只返回了 label value)
Problem
If the feature requests relates to a problem, please describe the problem you are trying to solve here.
Expected behaviour
1 方案1 可以 在 change select 事件里 返回 使用者提供的完整数据(而不是 只有label value的 option 数据)
2 方案2 将 完整的option 合并到 目前只有label value 两个属性的 option里
What should happen? Please describe the desired behaviour.
Alternatives
What are the alternative solutions? Please describe what else you have considered?
The text was updated successfully, but these errors were encountered: