-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- 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
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.