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
When the amount of label text of checkbox or radio is large, the text will not wrap, which will cause part of the text to be hidden
Provide a prop to choose whether to wrap text or not :label-wrapping="true|false"
The text was updated successfully, but these errors were encountered:
2abc072
feat(checkbox, radio): supports label line wrap, closes tusen-ai#2419
4ec9c52
No branches or pull requests
This function solves the problem (这个功能解决的问题)
When the amount of label text of checkbox or radio is large, the text will not wrap, which will cause part of the text to be hidden
Expected API (期望的 API)
Provide a prop to choose whether to wrap text or not
:label-wrapping="true|false"
The text was updated successfully, but these errors were encountered: