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
antd
5.11.2
Using the checkboxes widget causes a duplicate in the title.
There should be no duplicate in the title, which is similar to how the playground displays it.
You can view the minimal reproducible example at this codesandbox: https://codesandbox.io/p/sandbox/github/wangleng-shopee/rjsf-antd-duplicate-checkboxes-title/tree/main?file=%2Fsrc%2FApp.tsx%3A1%2C1
- OS: macOS - Node: 16.14.0 - yarn: 1.22.17
No response
The text was updated successfully, but these errors were encountered:
fix rjsf-team#3815
d516ce2
- Fix rjsf-team#3815 by removing TitleFieldTemplate, antd Checkbox.Group handles title rendering itself. - Add title field in related snapshot test
20c4518
fix #3815 (#3822)
2a12401
- Fix #3815 by removing TitleFieldTemplate, antd Checkbox.Group handles title rendering itself. - Add title field in related snapshot test
Successfully merging a pull request may close this issue.
Prerequisites
What theme are you using?
antd
Version
5.11.2
Current Behavior
Using the checkboxes widget causes a duplicate in the title.
Expected Behavior
There should be no duplicate in the title, which is similar to how the playground displays it.
Steps To Reproduce
You can view the minimal reproducible example at this codesandbox: https://codesandbox.io/p/sandbox/github/wangleng-shopee/rjsf-antd-duplicate-checkboxes-title/tree/main?file=%2Fsrc%2FApp.tsx%3A1%2C1
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: