Skip to content

Checkbox cannot attribute custom data attribute(data-*) #4212

@b4-tahayashi

Description

@b4-tahayashi
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

2.1.4

Environment

vue3.0.11 / macOS 10.15.7 / chrome 91.0.4472.77

Reproduction link

Edit on CodeSandbox

Steps to reproduce

  • Add custom data attribute to (e.g <a-checkbox data-foo="foo">~~~</a-checkbox> ) component.

What is expected?

  • custom data attribute attributed to <label>tag. (e.g <label class="ant-checkbox-wrapper" data-foo="foo"> )

What is actually happening?

custom data attribute is not generated.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions