You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep the height of label tag with the height of the child span tag. Otherwise, when clicking on the area inside the label and outside the checkbox, the onSelectChange event will be triggered twice
Fix checkbox label alignment and improve transfer component usability. Add a CSS rule to &-checkbox in components/transfer/style/index.ts and make other changes related to accessibility, keyboard navigation, and style consistency.
Fix checkbox label alignment in transfer list ([link](https://github.com/ant-design/ant-design/pull/44471/files?diff=unified&w=0#diff-d9d90f3711c4b10ecac467dc5d915fd5e15d8398916ed340a5ca70968394f2cbR308-R311))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤔 This is a ...
🔗 Related issue link
vueComponent/ant-design-vue#6010
antd 同样存在这个问题
💡 Background and solution
fix: #44489
正常应该只是触发一次,但是触发了两次
修复:


->
📝 Changelog
labeltag with the height of the childspantag. Otherwise, when clicking on the area inside the label and outside the checkbox, theonSelectChangeevent will be triggered twiceonSelectChange事件☑️ Self-Check before Merge
🚀 Summary
🤖 Generated by Copilot at 30b9576
Fix checkbox label alignment and improve transfer component usability. Add a CSS rule to
&-checkboxincomponents/transfer/style/index.tsand make other changes related to accessibility, keyboard navigation, and style consistency.🔍 Walkthrough
🤖 Generated by Copilot at 30b9576
[link](https://github.com/ant-design/ant-design/pull/44471/files?diff=unified&w=0#diff-d9d90f3711c4b10ecac467dc5d915fd5e15d8398916ed340a5ca70968394f2cbR308-R311))