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
4.2.6
1
https://www.antdv.com/components/radio-cn#components-radio-demo-disabled
只要给组件传去options 就会直接用里边的label ,而不能自定义,
即使传入options内存在label 也能自定义label
直接展示label,不能自定义
<a-radio v-for="(radioItem, radioIndex) in options" :index="radioIndex" :value="radioItem.value"
{{ $t(radioItem.label) }} 就会导致span内容不生效
The text was updated successfully, but these errors were encountered:
只要给组件传入options,并且有label 就会导致自定义的label不生效
Sorry, something went wrong.
No branches or pull requests
Version
4.2.6
Environment
1
Reproduction link
https://www.antdv.com/components/radio-cn#components-radio-demo-disabled
Steps to reproduce
只要给组件传去options 就会直接用里边的label ,而不能自定义,
What is expected?
即使传入options内存在label 也能自定义label
What is actually happening?
直接展示label,不能自定义
<a-radio
v-for="(radioItem, radioIndex) in options"
:index="radioIndex"
:value="radioItem.value"
{{ $t(radioItem.label) }}
就会导致span内容不生效
The text was updated successfully, but these errors were encountered: