-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
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
FormItem: Unable to add a new line in label #2235
Comments
it is not recommended passing anything else than a
That said I looked into it anyway and it seems we have an unnecessary type conversion which will be removed in the linked PR. This should fix the problem. For now you probably can use this approach:
We currently have to wait for translations until we can release our main branch. I could offer you drafting another snapshot release with the latest changes (after the linked PR has been merged), but please be aware that if you are using the |
Hi @Lukas742, Thanks for the fix. The snapshot release is what I meant and we do not use the |
Actually, It will be perfect if we can get the latest changes after this PR is merged SAP/ui5-webcomponents#4138, so I think we can wait a bit. |
Hello @AndrianStoikov @Lukas742 the PR SAP/ui5-webcomponents#4138 is released with 0.0.0-db2be6526 as "next" tag release. Note: @Lukas742 please note the following BREAKING CHANGE if relevant for you (as it's part of the released version) |
we just published a new snapshot release |
Hi @Lukas742, Thanks for the release. I tried it locally but I get the following error when I run
Any idea if the problem is on my side or a problem with the library? My package.json: |
Sorry for the inconvenience @AndrianStoikov, we shipped some bad imports in the snapshot that for some reason weren't caught beforehand. With |
Thanks @Lukas742, I managed to start the snapshot and it looks good! |
🎉 This issue has been resolved in version v0.19.0 🎉 The release is available on v0.19.0 Your semantic-release bot 📦🚀 |
Describe the bug
We are unable to insert a new line to the label.
The
Label
component works as intended, however using the same component in thelabel
prop does not allow us to add a new line.Isolated Example
https://codesandbox.io/s/elegant-tesla-nwfmi?file=/src/App.js
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The label in FormItem should behave as the Label component
Screenshots
UI5 Web Components for React Information
"@ui5/webcomponents": "rc-15",
"@ui5/webcomponents-react": "0.18.11",
Operating System: Windows 10
Browser: Microsoft Edge, Version 94.0.992.50 (Official build) (64-bit)
Additional context
Since we are using the version of ui5-webcomponent-react
0.0.0-e5a9d54a
. Is possible to make a release again with the latest development so we can benefit from the memory leak fix and at the same time get the latest changes in0.18.11
?The text was updated successfully, but these errors were encountered: