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
https://codesandbox.io/s/selectde-options-slotgai-bian-hou-xuan-xiang-bu-bian-forked-hyk5ji?file=/src/demo.vue:87-93
先选中某一项,然后动态修改options
当下拉项动态更新时,应根据新下拉数据校验value是否合法,若不合法应重置value为null
当下拉项动态更新时,未根据新下拉数据校验value是否合法
The text was updated successfully, but these errors were encountered:
单就 select 组件来说,组件不做任何校验功能,也不因为 value 重置为 null 抛出 change 事件
Sorry, something went wrong.
已在 0.37.0 版本中修复
No branches or pull requests
重现链接
https://codesandbox.io/s/selectde-options-slotgai-bian-hou-xuan-xiang-bu-bian-forked-hyk5ji?file=/src/demo.vue:87-93
重现步骤
先选中某一项,然后动态修改options
期望结果
当下拉项动态更新时,应根据新下拉数据校验value是否合法,若不合法应重置value为null
实际结果
当下拉项动态更新时,未根据新下拉数据校验value是否合法
The text was updated successfully, but these errors were encountered: