Skip to content

ant-radio-group不显示label内容 #1510

@kdapk01

Description

@kdapk01

组件

ant-radio-group

基础库版本

钉钉小程序开发者工具:1.25.10

设备机型

Windows 10 x64

APP

钉钉

组件库版本

3.4.0

同样的代码 3.1.7版本可以正常显示,使用3.4.0就异常

复现 demo

【axml】
<ant-radio-group options="{{list}}"></ant-radio-group>
【js】
const data = [ {label: "1", value: "1"} ]; this.setData({ list: data });

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions