Replies: 1 comment 1 reply
-
Hi @sadie100 I've created an issue from this discussion, so we can better link it to a Pull Request. This PR will make the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm in the process of migrating ui5/webcomponents, from a version three years ago to the latest version.
It seems that in the old webcomponents version, there was no additional margin for the title if I don't give title in FormGroup.
However, after migration, whenever I use FormGroup, a <h6> tag with the FormGroupTitle class is included and it creates extra margin.
Is this an intended feature or a bug?
If it's intended feature, is there any way to use FormGroup without including this FormGroupTitle component, so that there is no margin above?
I've attached an example created on CodeSandbox.
https://codesandbox.io/s/clever-thunder-w2yf36?file=/src/App.js
Beta Was this translation helpful? Give feedback.
All reactions