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
tdesign-vue 0.49.2
https://codesandbox.io/s/tdesign-vue-demo-forked-ugtbo3?file=/src/demo.vue
使用 TCheckboxGroup 组件,设置输入参数 options 。然后动态改变 options 参数中选项的文本 label 或选项的值 value 。
TCheckboxGroup
options
label
value
对于动态的 options 参数,在其内部属性发生变化时, TCheckboxGroup 应当能正确响应数据的变化。在界面上显示变化的选项文本,在进行选择/取消选择操作时,也应当能使用最新的选项值。
options 参数内部的 label 或 value 属性发生变化时, TCheckboxGroup 并未响应变化,界面上显示的选项文本依然是旧的,而选择/取消选择时,使用的也是旧的选项值。
Vue(2.6.14)
No response
Windows 10
14.15.1
TRadioGroup 与 Select 组件功能都是正常的,均没有这个问题。
TRadioGroup
Select
The text was updated successfully, but these errors were encountered:
👋 @sagittarius-rev,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
♥️ 有劳 @chaishi @start940315 @HQ-Lin 尽快确认问题。 确认有效后将下一步计划和可能需要的时间回复给 @sagittarius-rev 。
fixed 0.49.3
chaishi
honkinglin
No branches or pull requests
tdesign-vue 版本
tdesign-vue 0.49.2
重现链接
https://codesandbox.io/s/tdesign-vue-demo-forked-ugtbo3?file=/src/demo.vue
重现步骤
使用
TCheckboxGroup
组件,设置输入参数options
。然后动态改变options
参数中选项的文本label
或选项的值value
。期望结果
对于动态的
options
参数,在其内部属性发生变化时,TCheckboxGroup
应当能正确响应数据的变化。在界面上显示变化的选项文本,在进行选择/取消选择操作时,也应当能使用最新的选项值。实际结果
options
参数内部的label
或value
属性发生变化时,TCheckboxGroup
并未响应变化,界面上显示的选项文本依然是旧的,而选择/取消选择时,使用的也是旧的选项值。框架版本
Vue(2.6.14)
浏览器版本
No response
系统版本
Windows 10
Node版本
14.15.1
补充说明
TRadioGroup
与Select
组件功能都是正常的,均没有这个问题。The text was updated successfully, but these errors were encountered: